HDK
|
Iterate over items in the map - this is arbitrary order. More...
#include <UT_IndexedHashMap.h>
Public Member Functions | |
unsafe_iterator () | |
const InternalKeyT * | getKey () const |
InternalItemT * | getItem () const |
UT_IndexedHashMapItemId | getItemId () const |
exint | getItemShareCount () const |
template<typename T > | |
const T * | keyAs () const |
template<typename T > | |
const T * | itemAs () 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_IndexedHashMap |
Iterate over items in the map - this is arbitrary order.
Definition at line 451 of file UT_IndexedHashMap.h.
|
inline |
Definition at line 454 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 481 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 480 of file UT_IndexedHashMap.h.
|
inline |
Get information about the current item
Definition at line 465 of file UT_IndexedHashMap.h.
|
inline |
Get information about the current item
Definition at line 467 of file UT_IndexedHashMap.h.
|
inline |
Get information about the current item
Definition at line 469 of file UT_IndexedHashMap.h.
|
inline |
Get information about the current item
Definition at line 463 of file UT_IndexedHashMap.h.
|
inline |
Get information about the current item
Definition at line 474 of file UT_IndexedHashMap.h.
|
inline |
Get information about the current item
Definition at line 472 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 499 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 489 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 491 of file UT_IndexedHashMap.h.
|
friend |
Definition at line 513 of file UT_IndexedHashMap.h.