OPTPiX SpriteStudio SDK
|
Public Types | |
typedef T | value_type |
typedef const T & | reference |
typedef ptrdiff_t | difference_type |
Public Member Functions | |
ParamIterator (const ParamIterator &other) | |
ParamIterator & | operator= (const ParamIterator &other) |
const T & | operator* () const |
const T * | operator-> () const |
ParamIterator & | operator++ () |
ParamIterator | operator++ (int) |
bool | operator== (const ParamIterator &other) const |
bool | operator!= (const ParamIterator &other) const |
Friends | |
class | ParamGenerator< T > |