|
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 299 of file UT_IndexedHashSet.h.
|
inline |
Definition at line 302 of file UT_IndexedHashSet.h.
|
inline |
Definition at line 308 of file UT_IndexedHashSet.h.
|
inline |
Definition at line 314 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 331 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 330 of file UT_IndexedHashSet.h.
|
inline |
Get information about the current item
Definition at line 321 of file UT_IndexedHashSet.h.
|
inline |
Get information about the current item
Definition at line 324 of file UT_IndexedHashSet.h.
|
inline |
Get information about the current item
Definition at line 318 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 348 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 338 of file UT_IndexedHashSet.h.
|
inline |
Implementation of iterator interface
Definition at line 340 of file UT_IndexedHashSet.h.
|
friend |
Definition at line 362 of file UT_IndexedHashSet.h.