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 321 of file UT_IndexedHashSet.h.
|
inline |
Definition at line 324 of file UT_IndexedHashSet.h.
|
inline |
Definition at line 330 of file UT_IndexedHashSet.h.
|
inline |
Definition at line 336 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 353 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 352 of file UT_IndexedHashSet.h.
|
inline |
Get information about the current item
Definition at line 343 of file UT_IndexedHashSet.h.
|
inline |
Get information about the current item
Definition at line 346 of file UT_IndexedHashSet.h.
|
inline |
Get information about the current item
Definition at line 340 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 370 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 360 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 362 of file UT_IndexedHashSet.h.
|
friend |
Definition at line 384 of file UT_IndexedHashSet.h.