ROOT 6.07/09 Reference Guide |
Public Member Functions | |
TExMapIter (const TExMap *map) | |
Create TExMap iterator. More... | |
TExMapIter (const TExMapIter &tei) | |
virtual | ~TExMapIter () |
const TExMap * | GetCollection () const |
Bool_t | Next (ULong64_t &hash, Long64_t &key, Long64_t &value) |
Get next entry from TExMap. Returns kFALSE at end of map. More... | |
Bool_t | Next (Long64_t &key, Long64_t &value) |
Get next entry from TExMap. Returns kFALSE at end of map. More... | |
TExMapIter & | operator= (const TExMapIter &) |
Overloaded assignment operator. More... | |
void | Reset () |
Private Attributes | |
Int_t | fCursor |
const TExMap * | fMap |
#include <TExMap.h>
TExMapIter::TExMapIter | ( | const TExMap * | map | ) |
Create TExMap iterator.
Definition at line 392 of file TExMap.cxx.
|
inline |
Get next entry from TExMap. Returns kFALSE at end of map.
Definition at line 411 of file TExMap.cxx.
Get next entry from TExMap. Returns kFALSE at end of map.
Definition at line 430 of file TExMap.cxx.
TExMapIter & TExMapIter::operator= | ( | const TExMapIter & | rhs | ) |
Overloaded assignment operator.
Definition at line 399 of file TExMap.cxx.