C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
PointersIterator< Type > Class Template Referenceabstract

Interface of iterator. More...

#include <templ_iterator.h>

+ Inheritance diagram for PointersIterator< Type >:

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.
 

Detailed Description

template<class Type>
class PointersIterator< Type >

Interface of iterator.

Iterator of iterator.


The documentation for this class was generated from the following file: