3ds Max C++ API Reference
|
Provides standard C++ iteration functionality for the parameters stored by an IParamBlock2. More...
#include <iparamb2.h>
Public Member Functions | |
ParameterIterator (IParamBlock2 ¶m_block, const unsigned int parameter_index) | |
Constructs an iterator for the given parameter index of the given parameter block. | |
const ParamDef & | operator* () const |
Dereferences the iterator, returning a ParamDef. | |
ParameterIterator & | operator++ () |
ParameterIterator | operator++ (int) |
bool | operator== (const ParameterIterator &rhs) const |
bool | operator!= (const ParameterIterator &rhs) const |
Provides standard C++ iteration functionality for the parameters stored by an IParamBlock2.
|
inline |
Constructs an iterator for the given parameter index of the given parameter block.
|
inline |
Dereferences the iterator, returning a ParamDef.
Like standard C++ iterators, this should not be called on out-of-bounds iterators.
|
inline |
|
inline |
|
inline |
|
inline |