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

#include <UT_HashTable.h>

Public Member Functions

 traverser ()
 
 traverser (const traverser &src)
 
 ~traverser ()
 
UT_Thingthing () const
 
UT_Hashhash () const
 
int operator== (const traverser &cmp) const
 
int operator!= (const traverser &cmp) const
 
bool atEnd () const
 
traverseroperator++ ()
 
traverseroperator++ (int)
 
traverseroperator= (const traverser &src)
 
void advance ()
 

Friends

class UT_HashTable
 

Detailed Description

Definition at line 112 of file UT_HashTable.h.

Constructor & Destructor Documentation

UT_HashTable::traverser::traverser ( )
inline

Definition at line 115 of file UT_HashTable.h.

UT_HashTable::traverser::traverser ( const traverser src)
inline

Definition at line 118 of file UT_HashTable.h.

UT_HashTable::traverser::~traverser ( )
inline

Definition at line 120 of file UT_HashTable.h.

Member Function Documentation

void UT_HashTable::traverser::advance ( )
inline

Definition at line 161 of file UT_HashTable.h.

bool UT_HashTable::traverser::atEnd ( ) const
inline

Definition at line 137 of file UT_HashTable.h.

UT_Hash* UT_HashTable::traverser::hash ( void  ) const
inline

Definition at line 125 of file UT_HashTable.h.

Definition at line 134 of file UT_HashTable.h.

traverser& UT_HashTable::traverser::operator++ ( )
inline

Definition at line 142 of file UT_HashTable.h.

traverser& UT_HashTable::traverser::operator++ ( int  )
inline

Definition at line 147 of file UT_HashTable.h.

traverser& UT_HashTable::traverser::operator= ( const traverser src)
inline

Definition at line 153 of file UT_HashTable.h.

int UT_HashTable::traverser::operator== ( const traverser cmp) const
inline

Definition at line 128 of file UT_HashTable.h.

UT_Thing& UT_HashTable::traverser::thing ( ) const
inline

Definition at line 123 of file UT_HashTable.h.

Friends And Related Function Documentation

friend class UT_HashTable
friend

Definition at line 190 of file UT_HashTable.h.


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