| 
| 
typedef std::map< KeyType, ValueType >  | map_impl | 
|   | 
| 
typedef map_impl::value_type  | KeyValuePair | 
|   | 
 | 
| 
void  | insert (const KeyType &key, const ValueType &v) | 
|   | 
| 
void  | insert (const KeyType &key) | 
|   | 
| 
bool  | has_key (const KeyType &key) const | 
|   | 
| 
KeyValuePair &  | find (const KeyType &key) | 
|   | 
| 
const KeyValuePair &  | find (const KeyType &key) const | 
|   | 
| 
ValueType &  | operator[] (const KeyType &key) | 
|   | 
| 
const ValueType &  | operator[] (const KeyType &key) const | 
|   | 
| 
void  | erase (const KeyType &key) | 
|   | 
| 
void  | clear () | 
|   | 
 | 
| 
class  | NUKLEI_SERIALIZATION_FRIEND_CLASSNAME | 
|   | 
template<typename KeyType, typename ValueType>
struct nuklei::simple_map< KeyType, ValueType >
Definition at line 19 of file simple_map.h.
The documentation for this struct was generated from the following file: