ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TExMapIter (const TExMap *map) | |
TExMapIter (const TExMapIter &tei) | |
TExMapIter & | operator= (const TExMapIter &) |
Overloaded assignment operator. More... | |
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... | |
void | Reset () |
Private Attributes | |
const TExMap * | fMap |
Int_t | fCursor |
#include <TExMap.h>
TExMapIter::TExMapIter | ( | const TExMap * | map | ) |
|
inline |
Get next entry from TExMap. Returns kFALSE at end of map.
Definition at line 409 of file TExMap.cxx.
Referenced by TEveManager::DoRedraw3D(), Next(), TEveSceneList::ProcessSceneChanges(), TGWin32::~TGWin32(), and TGX11::~TGX11().
Get next entry from TExMap. Returns kFALSE at end of map.
Definition at line 428 of file TExMap.cxx.
TExMapIter & TExMapIter::operator= | ( | const TExMapIter & | rhs | ) |
Overloaded assignment operator.
Definition at line 397 of file TExMap.cxx.
|
private |
Definition at line 91 of file TExMap.h.
Referenced by Next(), and operator=().
|
private |
Definition at line 90 of file TExMap.h.
Referenced by GetCollection(), Next(), and operator=().