TIterator
class description - source file - inheritance tree
public:
virtual void ~TIterator()
static TClass* Class()
virtual const TCollection* GetCollection() const
virtual Option_t* GetOption() const
virtual TClass* IsA() const
virtual TObject* Next()
TObject* operator()()
virtual TIterator& operator=(const TIterator&)
virtual void Reset()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
See also
-
TBtreeIter, THashTableIter, TListIter, TMapIter, TObjArrayIter, TOrdCollectionIter
TIterator
Iterator abstract base class. This base class provides the interface
for collection iterators.
Inline Functions
TIterator& operator=(const TIterator&)
const TCollection* GetCollection() const
Option_t* GetOption() const
TObject* Next()
void Reset()
TObject* operator()()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void ~TIterator()
Author: Fons Rademakers 13/08/95
Last update: root/cont:$Name: $:$Id: TIterator.cxx,v 1.1.1.1 2000/05/16 17:00:40 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.