C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
PointersListIterator< Type > Struct Template Reference

Iterator of list. More...

#include <templ_iterator.h>

+ Inheritance diagram for PointersListIterator< Type >:
+ Collaboration diagram for PointersListIterator< Type >:

Public Member Functions

 PointersListIterator (const List< Type > &l)
 Constructor of iterator.
 
 PointersListIterator ()
 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 Type>
struct PointersListIterator< Type >

Iterator of list.

Iterator of pointers list.


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