StepIterator< T > Class Template Reference

An iterator through contiguous data. More...

#include <StepIterator.h>

Public Member Functions

 StepIterator (T *start)
 Construct from base pointer.
 
 StepIterator (const StepIterator &copy)
 
const StepIteratoroperator= (const StepIterator &copy)
 
void set_increment (unsigned step)
 
const void * ptr ()
 
void operator++ ()
 
operator* ()
 

Protected Attributes

T * current
 
unsigned increment
 

Detailed Description

template<typename T>
class StepIterator< T >

An iterator through contiguous data.


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

Generated using doxygen 1.8.17