| 
| 
typedef simple_map< id_t, T >  | map_t | 
|   | 
| 
typedef map_t::KeyValuePair  | KeyValuePair | 
|   | 
 | 
| 
KeyValuePair &  | new_element (const id_t key) | 
|   | 
| 
KeyValuePair &  | new_element () | 
|   | 
| 
bool  | has_key (const id_t key) const | 
|   | 
| 
T &  | operator[] (const id_t key) | 
|   | 
| 
const T &  | operator[] (const id_t key) const | 
|   | 
| 
void  | erase (const id_t key) | 
|   | 
| 
void  | clear () | 
|   | 
 | 
| 
class  | NUKLEI_SERIALIZATION_FRIEND_CLASSNAME | 
|   | 
template<typename T>
struct nuklei::assoc_storage< T >
Definition at line 17 of file assoc_storage.h.
The documentation for this struct was generated from the following file: