The Gaudi Framework
master (37c0b60a)
|
Classes | |
struct | decrement |
Public Types | |
typedef std::vector< long > | map_type |
Public Member Functions | |
array ()=default | |
array (array &&)=default | |
Public Attributes | |
std::vector< long > | m_idx |
Indirection array. More... | |
std::vector< void * > | v |
Direct access array. More... | |
Definition at line 43 of file KeyedObjectManager.cpp.
typedef std::vector<long> Containers::array::map_type |
Definition at line 44 of file KeyedObjectManager.cpp.
|
default |
|
default |
std::vector<long> Containers::array::m_idx |
Indirection array.
Definition at line 46 of file KeyedObjectManager.cpp.
std::vector<void*> Containers::array::v |
Direct access array.
Definition at line 48 of file KeyedObjectManager.cpp.