| Support Forum G3D Web Page |
C++ STL style iterator variable.
More...
Public Member Functions | |
| bool | hasMore () const |
| bool | isValid () const |
| const Key & | key () const |
| operator Entry * () const | |
| bool | operator!= (const Iterator &other) const |
| const Entry & | operator* () const |
| Iterator & | operator++ () |
Pre increment. More... | |
| Iterator | operator++ (int) |
Post increment (slower than preincrement). More... | |
| Entry * | operator-> () const |
| bool | operator== (const Iterator &other) const |
| const Value & | value () const |
Friends | |
| class | Table< Key, Value, HashFunc, EqualsFunc > |
C++ STL style iterator variable.
See begin().
|
inline |
Referenced by G3D::Table< String, double >::operator==().
|
inline |
Referenced by G3D::Table< String, double >::containsValue().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Pre increment.
|
inline |
Post increment (slower than preincrement).
|
inline |
|
inline |
|
inline |
|
friend |
1.8.15