ROOT  6.06/09
Reference Guide
Public Member Functions | Public Attributes | List of all members
TEveChunkManager::iterator Struct Reference

Definition at line 70 of file TEveChunkManager.h.

Public Member Functions

 iterator (TEveChunkManager *p)
 
 iterator (TEveChunkManager &p)
 
 iterator (const iterator &i)
 
iteratoroperator= (const iterator &i)
 
Bool_t next ()
 Go to next atom. More...
 
void reset ()
 
Char_toperator() ()
 
Char_toperator* ()
 
Int_t index ()
 

Public Attributes

TEveChunkManagerfPlex
 
Char_tfCurrent
 
Int_t fAtomIndex
 
Int_t fNextChunk
 
Int_t fAtomsToGo
 
const std::set< Int_t > * fSelection
 
std::set< Int_t >::const_iterator fSelectionIterator
 

#include <TEveChunkManager.h>

+ Collaboration diagram for TEveChunkManager::iterator:

Constructor & Destructor Documentation

TEveChunkManager::iterator::iterator ( TEveChunkManager p)
inline

Definition at line 81 of file TEveChunkManager.h.

TEveChunkManager::iterator::iterator ( TEveChunkManager p)
inline

Definition at line 84 of file TEveChunkManager.h.

TEveChunkManager::iterator::iterator ( const iterator i)
inline

Definition at line 87 of file TEveChunkManager.h.

Member Function Documentation

Int_t TEveChunkManager::iterator::index ( )
inline
Bool_t TEveChunkManager::iterator::next ( )
Char_t* TEveChunkManager::iterator::operator() ( )
inline

Definition at line 102 of file TEveChunkManager.h.

Char_t* TEveChunkManager::iterator::operator* ( )
inline

Definition at line 103 of file TEveChunkManager.h.

iterator& TEveChunkManager::iterator::operator= ( const iterator i)
inline

Definition at line 92 of file TEveChunkManager.h.

void TEveChunkManager::iterator::reset ( )
inline

Definition at line 100 of file TEveChunkManager.h.

Member Data Documentation

Int_t TEveChunkManager::iterator::fAtomIndex

Definition at line 74 of file TEveChunkManager.h.

Referenced by index(), next(), and operator=().

Int_t TEveChunkManager::iterator::fAtomsToGo

Definition at line 76 of file TEveChunkManager.h.

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

Char_t* TEveChunkManager::iterator::fCurrent

Definition at line 73 of file TEveChunkManager.h.

Referenced by next(), operator()(), operator*(), and operator=().

Int_t TEveChunkManager::iterator::fNextChunk

Definition at line 75 of file TEveChunkManager.h.

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

TEveChunkManager* TEveChunkManager::iterator::fPlex

Definition at line 72 of file TEveChunkManager.h.

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

const std::set<Int_t>* TEveChunkManager::iterator::fSelection
std::set<Int_t>::const_iterator TEveChunkManager::iterator::fSelectionIterator

Definition at line 79 of file TEveChunkManager.h.

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


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