| 
| 
template<typename ValueType >  | 
| void  | insert (const KeyType &key, const ValueType &v) | 
|   | 
| 
bool  | has_key (const KeyType &key) const | 
|   | 
| 
template<typename ValueType >  | 
| ValueType &  | get (const KeyType &key) | 
|   | 
| 
template<typename ValueType >  | 
| const ValueType &  | get (const KeyType &key) const | 
|   | 
| 
void  | erase (const KeyType &key) | 
|   | 
| 
void  | clear () | 
|   | 
template<typename KeyType>
struct nuklei::decoration< KeyType >
Definition at line 18 of file decoration.h.
The documentation for this struct was generated from the following file: