ATLAS Offline Software
|
#include <TOBArray.h>
Public Types | |
typedef std::vector< GenericTOB * > | data_t |
typedef data_t::iterator | iterator |
typedef data_t::const_iterator | const_iterator |
Public Member Functions | |
TOBArray (const std::string &name="TOBArray") | |
void | push_back (const CompositeTOB &tob) |
void | sort (sort_fnc) |
bool | ambiguityFlag () const |
void | setAmbiguityFlag (bool ambiguityFlag) |
const std::string & | name () const |
size_t | size () const |
size_t | capacity () const |
void | clear () |
virtual void | push_back (const GenericTOB &tob) |
void | pop_back () |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
GenericTOB & | operator[] (const int i) |
const GenericTOB & | 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 | |
bool | m_ambiguityFlag = false |
std::string | m_name |
Definition at line 24 of file TOBArray.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.
|
inline |
Definition at line 28 of file TOBArray.h.
|
inline |
Definition at line 37 of file TOBArray.h.
|
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 |
void TCS::TOBArray::push_back | ( | const CompositeTOB & | tob | ) |
Definition at line 24 of file TOBArray.cxx.
|
virtualinherited |
Definition at line 36 of file DataArrayImpl.h.
|
inline |
Definition at line 39 of file TOBArray.h.
|
inlineinherited |
Definition at line 30 of file DataArrayImpl.h.
void TCS::TOBArray::sort | ( | sort_fnc | fnc | ) |
Definition at line 29 of file TOBArray.cxx.
|
private |
Definition at line 45 of file TOBArray.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.