The Gaudi Framework  v31r0 (aeb156f0)
Containers::array Struct Reference
Collaboration diagram for Containers::array:

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...
 

Detailed Description

Definition at line 33 of file KeyedObjectManager.cpp.

Member Typedef Documentation

Definition at line 34 of file KeyedObjectManager.cpp.

Constructor & Destructor Documentation

Containers::array::array ( )
default
Containers::array::array ( array &&  )
default

Member Data Documentation

std::vector<long> Containers::array::m_idx

Indirection array.

Definition at line 36 of file KeyedObjectManager.cpp.

std::vector<void*> Containers::array::v

Direct access array.

Definition at line 38 of file KeyedObjectManager.cpp.


The documentation for this struct was generated from the following file: