Support Forum G3D Web Page |
C++ STL style iterator variable.
More...
Public Member Functions | |
bool | hasMore () const |
bool | isValid () const |
operator T* () const | |
bool | operator!= (const Iterator &other) const |
const T & | operator* () const |
Iterator & | operator++ () |
Pre increment. More... | |
Iterator | operator++ (int) |
Post increment (slower than preincrement). More... | |
T * | operator-> () const |
bool | operator== (const Iterator &other) const |
Friends | |
class | Set< T > |
C++ STL style iterator variable.
See begin().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Pre increment.
|
inline |
Post increment (slower than preincrement).
|
inline |
|
inline |
|
friend |