CMS 3D CMS Logo

Public Member Functions | Private Attributes

sistrip::SpyEventMatcher::CountersWrapper Class Reference

List of all members.

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
Countersp
const CounterspConst

Detailed Description

Definition at line 103 of file SiStripSpyEventMatcher.h.


Constructor & Destructor Documentation

sistrip::SpyEventMatcher::CountersWrapper::CountersWrapper ( const Counters theCounters)
sistrip::SpyEventMatcher::CountersWrapper::CountersWrapper ( Counters theCounters,
const bool  takeOwnership 
)
sistrip::SpyEventMatcher::CountersWrapper::~CountersWrapper ( )

Member Function Documentation

const Counters::value_type sistrip::SpyEventMatcher::CountersWrapper::at ( const size_t  i) const [inline]

Definition at line 110 of file SiStripSpyEventMatcher.h.

References pConst.

{ return pConst->at(i); };
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]

Definition at line 109 of file SiStripSpyEventMatcher.h.

References i, and pConst.

{ return (*pConst)[i]; };

Member Data Documentation

Definition at line 116 of file SiStripSpyEventMatcher.h.

Definition at line 115 of file SiStripSpyEventMatcher.h.

Definition at line 114 of file SiStripSpyEventMatcher.h.

Referenced by at(), begin(), end(), and operator[]().