Main Page   Class Hierarchy   Compound List   Header Files   Compound Members  

BGEnumeration Class Reference

Enumeration class to have easy access to several kind of lists, arrays, etc. More...

#include <bgcontainer.h>

List of all members.


Public Members

 BGEnumeration ( BGEnumeratable *src )
Constructor of enumeration. More...

virtual bool hasMoreElements ( )
virtual BGObjectnextElement ( )


Detailed Description

Enumeration class to have easy access to several kind of lists, arrays, etc.

with same rough and simple interface.

Author(s):
Dietrich Pfeifle
Version:
1.0

Member Function Documentation

BGEnumeration::BGEnumeration (BGEnumeratable * src) [inline]

Constructor of enumeration.

Parameters:
src   Source for enumeration, which will be read

virtual bool BGEnumeration::hasMoreElements () [inline, virtual]

Returns:
True, if enumeration has more elements

virtual BGObject * BGEnumeration::nextElement () [inline, virtual]

Returns:
Next element of enumeration

The documentation for this class was generated from the following file:
Generated at Fri Feb 18 10:57:06 2000 for bgclass by doxygen 0.49-991205 written by Dimitri van Heesch, © 1997-1999