![]() |
The Gaudi Framework
v29r5 (37229091)
|

Public Types | |
| typedef GaudiUtils::HashMap< long, void * > | map_type |
Public Member Functions | |
| bool | insert (void *obj, long key) |
| hashmap ()=default | |
| hashmap (hashmap &&)=default | |
Public Attributes | |
| map_type | m |
| std::vector< void * > | v |
Definition at line 12 of file KeyedObjectManager.cpp.
| typedef GaudiUtils::HashMap<long, void*> Containers::hashmap::map_type |
Definition at line 13 of file KeyedObjectManager.cpp.
|
default |
|
default |
|
inline |
Definition at line 16 of file KeyedObjectManager.cpp.
| map_type Containers::hashmap::m |
Definition at line 14 of file KeyedObjectManager.cpp.
| std::vector<void*> Containers::hashmap::v |
Definition at line 15 of file KeyedObjectManager.cpp.