C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
PointersArrayIterator< Array, Type > Class Template Reference

Iterator of array. More...

#include <templ_iterator.h>

+ Inheritance diagram for PointersArrayIterator< Array, Type >:
+ Collaboration diagram for PointersArrayIterator< Array, Type >:

Public Member Functions

 PointersArrayIterator (const Array &arr)
 Constructor of iterator.
 
virtual void Restart ()
 Reset iterator.
 
virtual Type * operator++ (int)
 Get the current element and move an iterator to the next.
 
virtual Type * operator() () const
 Get the current element.
 
- Public Member Functions inherited from PointersIterator< Type >
virtual ~PointersIterator ()
 Destructor.
 

Detailed Description

template<class Array, class Type>
class PointersArrayIterator< Array, Type >

Iterator of array.

Iterator of pointers array.


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