Entry in the SimpleHashMap. More...
#include "simpleHashMap.h"
Public Member Functions | |
SimpleKeyValuePair (const Key &key, const Value &data) | |
const Value & | get_data () const |
Value & | modify_data () |
void | set_data (const Value &data) |
void | set_data (Value &&data) |
Public Attributes | |
Key | _key |
Entry in the SimpleHashMap.
Definition at line 25 of file simpleHashMap.h.