Definition at line 20 of file KeyedObjectManager.cpp.
◆ map_type
◆ hashmap() [1/2]
Containers::hashmap::hashmap |
( |
| ) |
|
|
default |
◆ hashmap() [2/2]
Containers::hashmap::hashmap |
( |
hashmap && | | ) |
|
|
default |
◆ insert()
bool Containers::hashmap::insert |
( |
void * | obj, |
|
|
long | key ) |
|
inline |
Definition at line 24 of file KeyedObjectManager.cpp.
24 {
25 auto p =
m.insert( map_type::value_type( key, obj ) );
26 return p.second;
27 }
std::vector<void*> Containers::hashmap::v |
The documentation for this struct was generated from the following file: