#include <EZArrayFL.h>
Public Types | |
typedef MgrType::const_iterator | const_iterator |
typedef MgrType::const_reference | const_reference |
typedef MgrType::iterator | iterator |
typedef EZMgrFL< T > | MgrType |
typedef MgrType::reference | reference |
typedef MgrType::size_type | size_type |
typedef MgrType::value_type | value_type |
Public Member Functions | |
void | assign (const T &t=T()) |
const_iterator | begin () const |
size_type | capacity () const |
bool | empty () const |
const_iterator | end () const |
EZArrayFL (MgrType *mgr) | |
EZArrayFL (MgrType *mgr, const_iterator start, const_iterator finis) | |
EZArrayFL () | |
reference | operator[] (const unsigned int i) |
const_reference | operator[] (const unsigned int i) const |
void | resize () |
size_type | size () const |
bool | uninitialized () const |
virtual | ~EZArrayFL () |
Private Attributes | |
iterator | m_begin |
MgrType * | m_mgr |
Definition at line 20 of file EZArrayFL.h.
typedef MgrType::const_iterator EZArrayFL< T >::const_iterator |
Definition at line 24 of file EZArrayFL.h.
typedef MgrType::const_reference EZArrayFL< T >::const_reference |
Definition at line 26 of file EZArrayFL.h.
typedef MgrType::iterator EZArrayFL< T >::iterator |
Definition at line 23 of file EZArrayFL.h.
Definition at line 22 of file EZArrayFL.h.
typedef MgrType::reference EZArrayFL< T >::reference |
Definition at line 25 of file EZArrayFL.h.
typedef MgrType::size_type EZArrayFL< T >::size_type |
Definition at line 27 of file EZArrayFL.h.
typedef MgrType::value_type EZArrayFL< T >::value_type |
Definition at line 28 of file EZArrayFL.h.
Definition at line 30 of file EZArrayFL.h.
Definition at line 32 of file EZArrayFL.h.
|
inline |
Definition at line 34 of file EZArrayFL.h.
Definition at line 43 of file EZArrayFL.h.
Definition at line 47 of file EZArrayFL.h.
Referenced by EZArrayFL< GlobalPoint >::operator[](), and EZArrayFL< GlobalPoint >::resize().
|
inline |
Definition at line 52 of file EZArrayFL.h.
Referenced by FWRecoGeometryESProducer::addCaloGeometry(), and EZArrayFL< GlobalPoint >::EZArrayFL().
Definition at line 69 of file EZArrayFL.h.
|
inline |
Definition at line 53 of file EZArrayFL.h.
Referenced by FWRecoGeometryESProducer::addCaloGeometry().
Definition at line 55 of file EZArrayFL.h.
|
inline |
Definition at line 61 of file EZArrayFL.h.
Definition at line 45 of file EZArrayFL.h.
Definition at line 67 of file EZArrayFL.h.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), EZArrayFL< GlobalPoint >::capacity(), HFClusterAlgo::clusterize(), EZArrayFL< GlobalPoint >::empty(), BaseCrystal::setCorners(), and ValidateGeometry::validateCaloGeometry().
Definition at line 63 of file EZArrayFL.h.
Referenced by CaloCellGeometry::getCorners(), IdealZDCTrapezoid::initCorners(), PreshowerStrip::initCorners(), IdealCastorTrapezoid::initCorners(), and TruncatedPyramid::initCorners().
Definition at line 75 of file EZArrayFL.h.
Referenced by EZArrayFL< GlobalPoint >::assign(), EZArrayFL< GlobalPoint >::begin(), EZArrayFL< GlobalPoint >::end(), EZArrayFL< GlobalPoint >::operator[](), and EZArrayFL< GlobalPoint >::uninitialized().
Definition at line 76 of file EZArrayFL.h.
Referenced by EZArrayFL< GlobalPoint >::assign(), EZArrayFL< GlobalPoint >::end(), EZArrayFL< GlobalPoint >::EZArrayFL(), and EZArrayFL< GlobalPoint >::size().