OMUAbstractContainer class

The OMAbstractContainer class is the base class for abstract, typeless containers, based on the template (typed) classes. It includes the friend class OMUIterator, which provides a standard iterator for classes derived from OMUAbstractContainer. See OMIterator class for more information about iteration methods.

This class is defined in the header file omuabscon.h.

Construction summary
~OMUAbstractContainer
Destroys the OMAbstractContainer object
Method summary
getCurrent
Gets the current element
getFirst
Gets the first element in the container
getNext
Gets the next element in the container

Feedback