Entry in the SimpleHashMap.
More...
#include "simpleHashMap.h"
|
| SimpleKeyValuePair (const Key &key, const Value &data) |
|
ALWAYS_INLINE const Value & | get_data () const |
|
ALWAYS_INLINE Value & | modify_data () |
|
ALWAYS_INLINE void | set_data (const Value &data) |
|
ALWAYS_INLINE void | set_data (Value &&data) |
|
template<class Key, class Value>
class SimpleKeyValuePair< Key, Value >
Entry in the SimpleHashMap.
Definition at line 25 of file simpleHashMap.h.
The documentation for this class was generated from the following file: