Logo ROOT   6.07/09
Reference Guide
List of all members | 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)
 Create TExMap iterator. More...
 
 TExMapIter (const TExMapIter &tei)
 
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...
 
TExMapIteroperator= (const TExMapIter &)
 Overloaded assignment operator. More...
 
void Reset ()
 

Private Attributes

Int_t fCursor
 
const TExMapfMap
 

#include <TExMap.h>

Constructor & Destructor Documentation

TExMapIter::TExMapIter ( const TExMap map)

Create TExMap iterator.

Definition at line 392 of file TExMap.cxx.

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 411 of file TExMap.cxx.

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

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.

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.

const TExMap* TExMapIter::fMap
private

Definition at line 90 of file TExMap.h.


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