_HADES_CLASS_DESCRIPTION HLinearCatIter This is a iterator for a HLinearCategory
HLinearCatIter(const HLinearCatIter&) | |
HLinearCatIter(HLinearCategory* cat, Bool_t dir = kIterForward) | |
virtual | ~HLinearCatIter() |
static TClass* | Class() |
virtual TCollection* | GetCollection() const |
virtual HLocation& | getLocation() |
virtual Option_t* | TIterator::GetOption() const |
virtual Bool_t | gotoLocation(HLocation& loc) |
virtual TClass* | IsA() const |
virtual TObject* | Next() |
virtual bool | TIterator::operator!=(const TIterator&) const |
TObject* | TIterator::operator()() |
virtual TObject* | TIterator::operator*() const |
HLinearCatIter& | operator=(const HLinearCatIter&) |
virtual void | Reset() |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
HLinearCatIter() |
Constructor. "cat" is the category being iterated and "dir" is the iteration direction.
Advances to next object in the category and returns the current one.
warning "HLinearCatIter::Next needs optimization..."