Public Member Functions | |
TExMapIter (const TExMap *map) | |
Create TExMap iterator. | |
TExMapIter (const TExMapIter &tei) | |
virtual | ~TExMapIter () |
const TExMap * | GetCollection () const |
virtual TClass * | IsA () const |
Bool_t | Next (Long64_t &key, Long64_t &value) |
Get next entry from TExMap. Returns kFALSE at end of map. | |
Bool_t | Next (ULong64_t &hash, Long64_t &key, Long64_t &value) |
Get next entry from TExMap. Returns kFALSE at end of map. | |
TExMapIter & | operator= (const TExMapIter &) |
Overloaded assignment operator. | |
void | Reset () |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Private Attributes | |
Int_t | fCursor |
const TExMap * | fMap |
#include <TExMap.h>
TExMapIter::TExMapIter | ( | const TExMap * | map | ) |
Create TExMap iterator.
Definition at line 393 of file TExMap.cxx.
|
inline |
|
static |
|
inlinestaticconstexpr |
|
inlinestatic |
|
inlinevirtual |
Get next entry from TExMap. Returns kFALSE at end of map.
Definition at line 431 of file TExMap.cxx.
Get next entry from TExMap. Returns kFALSE at end of map.
Definition at line 412 of file TExMap.cxx.
TExMapIter & TExMapIter::operator= | ( | const TExMapIter & | rhs | ) |
Overloaded assignment operator.
Definition at line 400 of file TExMap.cxx.
|
virtual |
|
inline |