11.3 OEIter

template<class T> class OEIter

The OESystem::OEIter template class is used to represent ``iterator'' functionality. The template is parameterized over class T, defining the behavior of iterators of across collections of type T. The iterator can be thought of a behaving like a pointer to type T.

OEIters are typically initialized by assigning them the value of an OESystem::OEIterBase (of compatible type T), return from an function.


Subsections