#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 |
const_iterator | begin () const |
size_type | capacity () const |
bool | empty () const |
const_iterator | end () const |
EZArrayFL (const MgrType *mgr, const_iterator start, const_iterator finis) | |
EZArrayFL (const MgrType *mgr) | |
reference | operator[] (const unsigned int i) |
const_reference | operator[] (const unsigned int i) const |
void | resize () const |
size_type | size () const |
bool | uninitialized () const |
virtual | ~EZArrayFL () |
Private Member Functions | |
EZArrayFL () | |
Private Attributes | |
iterator | m_begin |
const MgrType * | m_mgr |
Definition at line 21 of file EZArrayFL.h.
typedef MgrType::const_iterator EZArrayFL< T >::const_iterator |
Definition at line 27 of file EZArrayFL.h.
typedef MgrType::const_reference EZArrayFL< T >::const_reference |
Definition at line 29 of file EZArrayFL.h.
typedef MgrType::iterator EZArrayFL< T >::iterator |
Definition at line 26 of file EZArrayFL.h.
Definition at line 25 of file EZArrayFL.h.
typedef MgrType::reference EZArrayFL< T >::reference |
Definition at line 28 of file EZArrayFL.h.
typedef MgrType::size_type EZArrayFL< T >::size_type |
Definition at line 30 of file EZArrayFL.h.
typedef MgrType::value_type EZArrayFL< T >::value_type |
Definition at line 31 of file EZArrayFL.h.
Definition at line 33 of file EZArrayFL.h.
EZArrayFL< T >::EZArrayFL | ( | const MgrType * | mgr, |
const_iterator | start, | ||
const_iterator | finis | ||
) | [inline] |
Definition at line 50 of file EZArrayFL.h.
{}
void EZArrayFL< T >::assign | ( | const T & | t = T() | ) | const [inline] |
Definition at line 54 of file EZArrayFL.h.
Referenced by HCaloDetIdAssociator::getDetIdPoints(), EZArrayFL< GlobalPoint >::operator[](), and EZArrayFL< GlobalPoint >::resize().
const_iterator EZArrayFL< T >::begin | ( | void | ) | const [inline] |
Definition at line 60 of file EZArrayFL.h.
Referenced by CaloCellGeometry::checkParmPtr(), TrackDetMatchInfo::dumpGeometry(), EZArrayFL< GlobalPoint >::EZArrayFL(), and CaloSubdetectorGeometry::getSummary().
{ return m_begin ; }
Definition at line 80 of file EZArrayFL.h.
{ return size() ; }
bool EZArrayFL< T >::empty | ( | void | ) | const [inline] |
Definition at line 76 of file EZArrayFL.h.
Referenced by CaloCellGeometry::emptyCorners().
{ return ( 0 == size() ) ; }
const_iterator EZArrayFL< T >::end | ( | void | ) | const [inline] |
Definition at line 61 of file EZArrayFL.h.
Referenced by TrackDetMatchInfo::dumpGeometry(), and CaloSubdetectorGeometry::getSummary().
const_reference EZArrayFL< T >::operator[] | ( | const unsigned int | i | ) | const [inline] |
Definition at line 69 of file EZArrayFL.h.
void EZArrayFL< T >::resize | ( | ) | const [inline] |
Definition at line 52 of file EZArrayFL.h.
{ assign() ; }
Definition at line 78 of file EZArrayFL.h.
Referenced by EZArrayFL< GlobalPoint >::capacity(), CaloCellGeometry::checkParmPtr(), EZArrayFL< GlobalPoint >::empty(), BaseCrystal::setCorners(), and ValidateGeometry::validateCaloGeometry().
bool EZArrayFL< T >::uninitialized | ( | ) | const [inline] |
Definition at line 74 of file EZArrayFL.h.
Referenced by calogeom::IdealCastorTrapezoid::getCorners(), calogeom::IdealObliquePrism::getCorners(), calogeom::IdealZPrism::getCorners(), calogeom::IdealZDCTrapezoid::getCorners(), TruncatedPyramid::getCorners(), and PreshowerStrip::getCorners().
Definition at line 89 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 90 of file EZArrayFL.h.
Referenced by EZArrayFL< GlobalPoint >::assign(), EZArrayFL< GlobalPoint >::end(), EZArrayFL< GlobalPoint >::EZArrayFL(), and EZArrayFL< GlobalPoint >::size().