HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_IndexedHashMap::unsafe_iterator Class Reference

Iterate over items in the map - this is arbitrary order. More...

#include <UT_IndexedHashMap.h>

Public Member Functions

 unsafe_iterator ()
 
const InternalKeyTgetKey () const
 
InternalItemTgetItem () const
 
UT_IndexedHashMapItemId getItemId () const
 
exint getItemShareCount () const
 
template<typename T >
const TkeyAs () const
 
template<typename T >
const TitemAs () const
 
bool atEnd () const
 
void advance ()
 
unsafe_iteratoroperator++ ()
 
bool operator== (const unsafe_iterator &it) const
 
bool operator!= (const unsafe_iterator &it)
 

Friends

class UT_IndexedHashMap
 

Detailed Description

Iterate over items in the map - this is arbitrary order.

Definition at line 451 of file UT_IndexedHashMap.h.

Constructor & Destructor Documentation

UT_IndexedHashMap::unsafe_iterator::unsafe_iterator ( )
inline

Definition at line 454 of file UT_IndexedHashMap.h.

Member Function Documentation

void UT_IndexedHashMap::unsafe_iterator::advance ( )
inline

Implementation of iterator interface

Definition at line 481 of file UT_IndexedHashMap.h.

bool UT_IndexedHashMap::unsafe_iterator::atEnd ( ) const
inline

Implementation of iterator interface

Definition at line 480 of file UT_IndexedHashMap.h.

InternalItemT* UT_IndexedHashMap::unsafe_iterator::getItem ( ) const
inline

Get information about the current item

Definition at line 465 of file UT_IndexedHashMap.h.

UT_IndexedHashMapItemId UT_IndexedHashMap::unsafe_iterator::getItemId ( ) const
inline

Get information about the current item

Definition at line 467 of file UT_IndexedHashMap.h.

exint UT_IndexedHashMap::unsafe_iterator::getItemShareCount ( ) const
inline

Get information about the current item

Definition at line 469 of file UT_IndexedHashMap.h.

const InternalKeyT* UT_IndexedHashMap::unsafe_iterator::getKey ( ) const
inline

Get information about the current item

Definition at line 463 of file UT_IndexedHashMap.h.

template<typename T >
const T* UT_IndexedHashMap::unsafe_iterator::itemAs ( ) const
inline

Get information about the current item

Definition at line 474 of file UT_IndexedHashMap.h.

template<typename T >
const T* UT_IndexedHashMap::unsafe_iterator::keyAs ( ) const
inline

Get information about the current item

Definition at line 472 of file UT_IndexedHashMap.h.

Implementation of iterator interface

Definition at line 499 of file UT_IndexedHashMap.h.

unsafe_iterator& UT_IndexedHashMap::unsafe_iterator::operator++ ( )
inline

Implementation of iterator interface

Definition at line 489 of file UT_IndexedHashMap.h.

bool UT_IndexedHashMap::unsafe_iterator::operator== ( const unsafe_iterator it) const
inline

Implementation of iterator interface

Definition at line 491 of file UT_IndexedHashMap.h.

Friends And Related Function Documentation

friend class UT_IndexedHashMap
friend

Definition at line 513 of file UT_IndexedHashMap.h.


The documentation for this class was generated from the following file: