Electromagnetic Template Library (EMTL)
Loading...
Searching...
No Matches
emtIterator Class Reference

Basic iterator class sceleton. More...

#include <emtempl.h>

Public Types

typedef T0 value_t
 type returned by operator*()
 

Public Member Functions

 emtIterator (const emtIterator &other)
 copy constructor
 
emtIteratoroperator++ ()
 prefix increment
 
emtIteratoroperator++ (int)
 postfix increment
 
emtIteratoroperator+= (int)
 increment: only required for contour_it
 
value_toperator* () const
 referencing
 
bool operator!= (const emtIterator &other)
 comparison: must be at least valid for comparison with end-of-sequence
 

Detailed Description

Basic iterator class sceleton.


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