Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Provides a way to run through items as a vector. More...
Public Member Functions | |
Iterator (const Iterator &it) | |
Copy constructor. | |
operator bool () const | |
Tests the iterator is still in dictionary bounds. | |
bool | is_valid () const |
Tests the iterator is still in dictionary bounds. | |
U * | operator-> () |
Access the data as a pointer. | |
const U * | operator-> () const |
Const access the data as a pointer. | |
U & | operator* () |
Access the data as a reference. | |
const U & | operator* () const |
Const access the data as a reference. | |
Iterator & | operator++ () |
pre-increment operator | |
Iterator | operator++ (int) const |
post-increment operator | |
Friends | |
class | CoreOrderedHashTable |
Provides a way to run through items as a vector.
|
inline |
Copy constructor.
the | iterator to copy |
|
inline |
Tests the iterator is still in dictionary bounds.
|
inline |
Tests the iterator is still in dictionary bounds.
|
inline |
Access the data as a reference.
|
inline |
Const access the data as a reference.
|
inline |
pre-increment operator
|
inline |
post-increment operator
unused |
|
inline |
Access the data as a pointer.
|
inline |
Const access the data as a pointer.