|  | The Gaudi Framework
    v38r3 (c3fc9673)
    | 

| Public Types | |
| typedef std::map< long, void * > | map_type | 
| Public Member Functions | |
| bool | insert (void *obj, long key) | 
| map ()=default | |
| map (map &&)=default | |
| Public Attributes | |
| map_type | m | 
| std::vector< void * > | v | 
Definition at line 32 of file KeyedObjectManager.cpp.
| typedef std::map<long, void*> Containers::map::map_type | 
Definition at line 33 of file KeyedObjectManager.cpp.
| 
 | default | 
| 
 | default | 
| 
 | inline | 
Definition at line 36 of file KeyedObjectManager.cpp.
| map_type Containers::map::m | 
Definition at line 34 of file KeyedObjectManager.cpp.
| std::vector<void*> Containers::map::v | 
Definition at line 35 of file KeyedObjectManager.cpp.