class Eventiterator

The Eventiterator creates and returns pointers to Event objects.

Inheritance:


Public Methods

[more]inline virtual ~Eventiterator()
The virtual destructor.
[more]virtual Event* getNextEvent()
this member function returns a pointer to the Event object, or NULL if there no events left
[more]virtual int* getNextEventData()
the next member functions do nothing for most iterators except the etEventiterator.


Documentation

The Eventiterator creates and returns pointers to Event objects. This is the virtual base class of a variety of different iterators.
oinline virtual ~Eventiterator()
The virtual destructor.

ovirtual Event* getNextEvent()
this member function returns a pointer to the Event object, or NULL if there no events left

ovirtual int* getNextEventData()
the next member functions do nothing for most iterators except the etEventiterator. It's still easier to give the parent class the interfaces


Direct child classes:
testEventiterator
fileEventiterator
etEventiterator

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.