ATLAS Offline Software
|
#include <eEmTOBArray.h>
Public Types | |
typedef std::vector< eEmTOB * > | data_t |
typedef data_t::iterator | iterator |
typedef data_t::const_iterator | const_iterator |
Public Member Functions | |
eEmTOBArray (const std::string &name, unsigned int reserve) | |
virtual unsigned int | size () const |
const std::string & | name () const |
size_t | size () const |
size_t | capacity () const |
void | clear () |
virtual void | push_back (const eEmTOB &tob) |
void | pop_back () |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
eEmTOB & | operator[] (const int i) |
const eEmTOB & | operator[] (const int i) const |
Protected Attributes | |
data_t | m_data |
unsigned int | m_reserve |
Private Member Functions | |
virtual void | print (std::ostream &) const |
Private Attributes | |
std::string | m_name |
Definition at line 14 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOBArray.h.
|
inherited |
Definition at line 18 of file DataArrayImpl.h.
|
inherited |
Definition at line 16 of file DataArrayImpl.h.
|
inherited |
Definition at line 17 of file DataArrayImpl.h.
TCS::eEmTOBArray::eEmTOBArray | ( | const std::string & | name, |
unsigned int | reserve | ||
) |
Definition at line 7 of file L1Topo/L1TopoEvent/Root/eEmTOBArray.cxx.
|
inlineinherited |
Definition at line 40 of file DataArrayImpl.h.
|
inlineinherited |
Definition at line 41 of file DataArrayImpl.h.
|
inlineinherited |
Definition at line 32 of file DataArrayImpl.h.
|
inlineinherited |
Definition at line 34 of file DataArrayImpl.h.
|
inlineinherited |
Definition at line 43 of file DataArrayImpl.h.
|
inlineinherited |
Definition at line 44 of file DataArrayImpl.h.
|
inlineinherited |
Definition at line 20 of file DataArray.h.
|
inlineinherited |
Definition at line 46 of file DataArrayImpl.h.
|
inlineinherited |
Definition at line 47 of file DataArrayImpl.h.
|
inlineinherited |
Definition at line 38 of file DataArrayImpl.h.
|
privatevirtual |
|
virtualinherited |
Definition at line 36 of file DataArrayImpl.h.
|
inlinevirtual |
Implements TCS::InputTOBArray.
Definition at line 20 of file L1Topo/L1TopoEvent/L1TopoEvent/eEmTOBArray.h.
|
inlineinherited |
Definition at line 30 of file DataArrayImpl.h.
|
protectedinherited |
Definition at line 50 of file DataArrayImpl.h.
|
privateinherited |
Definition at line 25 of file DataArray.h.
|
protectedinherited |
Definition at line 51 of file DataArrayImpl.h.