Public Member Functions | |
const Counters::value_type | at (const size_t i) const |
Counters::const_iterator | begin () const |
CountersWrapper (const Counters *theCounters) | |
CountersWrapper (Counters *theCounters, const bool takeOwnership) | |
Counters::const_iterator | end () const |
const Counters::value_type | operator[] (const size_t i) const |
~CountersWrapper () | |
Private Attributes | |
bool | deleteP |
Counters * | p |
const Counters * | pConst |
Definition at line 103 of file SiStripSpyEventMatcher.h.
sistrip::SpyEventMatcher::CountersWrapper::CountersWrapper | ( | const Counters * | theCounters | ) |
sistrip::SpyEventMatcher::CountersWrapper::CountersWrapper | ( | Counters * | theCounters, |
const bool | takeOwnership | ||
) |
sistrip::SpyEventMatcher::CountersWrapper::~CountersWrapper | ( | ) |
const Counters::value_type sistrip::SpyEventMatcher::CountersWrapper::at | ( | const size_t | i | ) | const [inline] |
Definition at line 110 of file SiStripSpyEventMatcher.h.
References pConst.
Counters::const_iterator sistrip::SpyEventMatcher::CountersWrapper::begin | ( | void | ) | const [inline] |
Definition at line 111 of file SiStripSpyEventMatcher.h.
References pConst.
{ return pConst->begin(); }
Counters::const_iterator sistrip::SpyEventMatcher::CountersWrapper::end | ( | void | ) | const [inline] |
Definition at line 112 of file SiStripSpyEventMatcher.h.
References pConst.
{ return pConst->end(); }
const Counters::value_type sistrip::SpyEventMatcher::CountersWrapper::operator[] | ( | const size_t | i | ) | const [inline] |
bool sistrip::SpyEventMatcher::CountersWrapper::deleteP [private] |
Definition at line 116 of file SiStripSpyEventMatcher.h.
Definition at line 115 of file SiStripSpyEventMatcher.h.
const Counters* sistrip::SpyEventMatcher::CountersWrapper::pConst [private] |
Definition at line 114 of file SiStripSpyEventMatcher.h.
Referenced by at(), begin(), end(), and operator[]().