Public Member Functions | |
void | add (uint32 id, T *value) |
void | remove (uint32 id) |
T * | find (uint32 id) |
Protected Types | |
typedef Common::List< T * > | List |
typedef List::iterator | ListIterator |
typedef Common::HashMap< uint32, List * > | Map |
typedef Map::iterator | MapIterator |
Protected Attributes | |
Map | _map |