C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Interface of iterator. More...
#include <templ_iterator.h>
Public Member Functions | |
virtual | ~PointersIterator () |
Destructor. | |
virtual void | Restart ()=0 |
Reset iterator. | |
virtual Type * | operator++ (int)=0 |
Get the current element and move an iterator to the next. | |
virtual Type * | operator() () const =0 |
Get the current element. | |
Interface of iterator.
Iterator of iterator.