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