ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
TExMapIter Class Reference

Definition at line 87 of file TExMap.h.

Public Member Functions

 TExMapIter (const TExMap *map)
 
 TExMapIter (const TExMapIter &tei)
 
TExMapIteroperator= (const TExMapIter &)
 Overloaded assignment operator. More...
 
virtual ~TExMapIter ()
 
const TExMapGetCollection () 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 TExMapfMap
 
Int_t fCursor
 

#include <TExMap.h>

+ Collaboration diagram for TExMapIter:

Constructor & Destructor Documentation

TExMapIter::TExMapIter ( const TExMap map)
TExMapIter::TExMapIter ( const TExMapIter tei)
inline

Definition at line 95 of file TExMap.h.

virtual TExMapIter::~TExMapIter ( )
inlinevirtual

Definition at line 97 of file TExMap.h.

Member Function Documentation

const TExMap* TExMapIter::GetCollection ( ) const
inline

Definition at line 99 of file TExMap.h.

Bool_t TExMapIter::Next ( ULong64_t hash,
Long64_t key,
Long64_t value 
)

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().

Bool_t TExMapIter::Next ( Long64_t key,
Long64_t value 
)

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.

void TExMapIter::Reset ( void  )
inline

Definition at line 102 of file TExMap.h.

Member Data Documentation

Int_t TExMapIter::fCursor
private

Definition at line 91 of file TExMap.h.

Referenced by Next(), and operator=().

const TExMap* TExMapIter::fMap
private

Definition at line 90 of file TExMap.h.

Referenced by GetCollection(), Next(), and operator=().


The documentation for this class was generated from the following files: