OMIterator class

The OMIterator class contains methods that enable you to use a standard iterator for all the classes derived from OMAbstractContainer.

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

Construction summary
OMIterator
Constructs an OMIterator object
Method summary
operator *
Returns the current value of the iterator
operator ++
Increments the iterator
increment
Increments the iterator by 1
reset
Resets the iterator to the beginning or the specified location
value
Returns the value found at the current position

Feedback