OMUIterator class

The OMUIterator class provides a standard iterator for containers derived from OMUAbstructContainer.

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

Construction summary
OMUIterator
Constructs an OMUIterator object
Method summary
operator *
Returns the current value of the iterator
operator ++
Increments the iterator
reset
Resets the iterator to the first position in the container
value
Returns the current value of the iterator

Feedback