|
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 453 of file UT_IndexedHashMap.h.
|
inline |
Definition at line 456 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 483 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 482 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 471 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 476 of file UT_IndexedHashMap.h.
|
inline |
Get information about the current item
Definition at line 474 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 501 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 491 of file UT_IndexedHashMap.h.
|
inline |
Implementation of iterator interface
Definition at line 493 of file UT_IndexedHashMap.h.
|
friend |
Definition at line 515 of file UT_IndexedHashMap.h.