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>
Create TExMap iterator.
Definition at line 391 of file TExMap.cxx.
|
inline |
Get next entry from TExMap. Returns kFALSE at end of map.
Definition at line 429 of file TExMap.cxx.
Get next entry from TExMap. Returns kFALSE at end of map.
Definition at line 410 of file TExMap.cxx.
TExMapIter & TExMapIter::operator= | ( | const TExMapIter & | rhs | ) |
Overloaded assignment operator.
Definition at line 398 of file TExMap.cxx.
|
inline |