|
HDK
|
Iterate over items in the map - this is arbitrary order. More...
#include <UT_IndexedHashSet.h>
Public Member Functions | |
| unsafe_iterator () | |
| unsafe_iterator (const unsafe_iterator &src) | |
| ~unsafe_iterator () | |
| const T & | getKey () const |
| UT_IndexedHashSetItemId | getItemId () const |
| exint | getItemShareCount () const |
| bool | atEnd () const |
| void | advance () |
| unsafe_iterator & | operator++ () |
| bool | operator== (const unsafe_iterator &it) const |
| bool | operator!= (const unsafe_iterator &it) |
Friends | |
| class | UT_IndexedHashSet |
Iterate over items in the map - this is arbitrary order.
Definition at line 322 of file UT_IndexedHashSet.h.
|
inline |
Definition at line 325 of file UT_IndexedHashSet.h.
|
inline |
Definition at line 331 of file UT_IndexedHashSet.h.
|
inline |
Definition at line 337 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 354 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 353 of file UT_IndexedHashSet.h.
|
inline |
Get information about the current item
Definition at line 344 of file UT_IndexedHashSet.h.
|
inline |
Get information about the current item
Definition at line 347 of file UT_IndexedHashSet.h.
|
inline |
Get information about the current item
Definition at line 341 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 371 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 361 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 363 of file UT_IndexedHashSet.h.
|
friend |
Definition at line 385 of file UT_IndexedHashSet.h.