//*-- Author : Manuel Sanchez
//*-- Modified : 2/04/98 by Manuel Sanchez
//*-- Copyright : GENP (Univ. Santiago de Compostela)
//_HADES_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.
//
//////////////////////////////////////////
#include "hiterator.h"
ClassImp(HIterator)
HIterator::~HIterator(void) {
}
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.