#include <c4d_baseselect.h>
Public Member Functions | |
| Iterator () | |
| Iterator (const BaseSelect &baseSelect, Int32 maxValue=LIMIT< Int32 >::MAX) | |
| Int32 | operator* () const |
| Iterator & | operator++ () |
| Bool | operator!= (const PRIVATE_MAXON_RBF_SENTINEL(Iterator)&other) const |
Private Attributes | |
| const BaseSelect & | _baseSelect |
| Int32 | _maxValue |
| Int32 | _r |
| Int32 | _a |
| Int32 | _b |
| Bool | _finished |
| Iterator | ( | ) |
| Iterator | ( | const BaseSelect & | baseSelect, |
| Int32 | maxValue = LIMIT<Int32>::MAX |
||
| ) |
| Int32 operator* | ( | ) | const |
| Iterator& operator++ | ( | ) |
| Bool operator!= | ( | const PRIVATE_MAXON_RBF_SENTINEL(Iterator)& | other | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |