#include "hiterator.h"

HIterator


class description - source file - inheritance tree (.pdf)

class HIterator : public TIterator

Inheritance Chart:
TIterator
<-
HIterator
<-
HLinearCatIter
HMatrixCatIter
HOrdCatIter
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
~HIterator() static TClass* Class() virtual HLocation& getLocation() virtual Bool_t gotoLocation(HLocation& aLoc) virtual TClass* IsA() const HIterator& operator=(const HIterator&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

HIterator

  Base class for categories iterators. This class inherits from TIterator
so you can iterate on categories very much like on Root collections.



~HIterator(void)



Inline Functions


             Bool_t gotoLocation(HLocation& aLoc)
         HLocation& getLocation()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
         HIterator& operator=(const HIterator&)


Author: Manuel Sanchez
Last update: 2/04/98 by Manuel Sanchez
Copyright GENP (Univ. Santiago de Compostela)


ROOT page - Class index - Class Hierarchy - 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.