//*-- 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) {
}

Last change: Sat May 22 12:58:11 2010
Last generated: 2010-05-22 12:58

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.