Enumeration Class Reference

#include <Enumeration.h>

Inheritance diagram for Enumeration:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Enumeration ()
virtual bool hasMoreElement () const =0
virtual ArrayElement * getNextElement ()=0


Detailed Description

An abstract enumeration of ArrayElements.

Definition at line 46 of file Enumeration.h.


Constructor & Destructor Documentation

virtual Enumeration::~Enumeration (  )  [inline, virtual]

Definition at line 49 of file Enumeration.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Sat Oct 18 17:17:03 2008 for SyncEvolution and Funambol by  doxygen 1.5.7.1