Simple functor that produces sequential integers from an initial value. More...
#include <localTypes.h>
Public Member Functions | |
IncIndex (int v=0) | |
unsigned int | operator() () |
Public Attributes | |
unsigned int | val_ |
Simple functor that produces sequential integers from an initial value.
Definition at line 153 of file localTypes.h.
IncIndex::IncIndex | ( | int | v = 0 | ) | [inline] |
Definition at line 156 of file localTypes.h.
unsigned int IncIndex::operator() | ( | ) | [inline] |
Definition at line 160 of file localTypes.h.
unsigned int IncIndex::val_ |
Definition at line 155 of file localTypes.h.