#include <Enumeration.h>
Inheritance diagram for Enumeration:
Public Member Functions | |
virtual bool | hasMoreElement () const=0 |
Return true if there are more elements in the enumeration. | |
virtual ArrayElement * | getNextElement ()=0 |
Return the next element or NULL if there is none. |