#include <Enumeration.h>

Public Member Functions | |
| virtual | ~Enumeration () |
| virtual bool | hasMoreElement () const =0 |
| virtual ArrayElement * | getNextElement ()=0 |
Definition at line 46 of file Enumeration.h.
| virtual Enumeration::~Enumeration | ( | ) | [inline, virtual] |
Definition at line 49 of file Enumeration.h.
| virtual ArrayElement* Enumeration::getNextElement | ( | ) | [pure virtual] |
Return the next element or NULL if there is none.
Implemented in ArrayListEnumeration.
| virtual bool Enumeration::hasMoreElement | ( | ) | const [pure virtual] |
Return true if there are more elements in the enumeration.
Implemented in ArrayListEnumeration.
1.5.7.1