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

#include <UT_IndexedHashMap.h>

Public Member Functions

 keyContainer (const UT_IndexedHashMap &map, const InternalKeyT *key)
 
 keyContainer (const keyContainer &src)
 
 ~keyContainer ()
 
keyContaineroperator= (const keyContainer &src)
 
const InternalKeyTgetKey () const
 
uint hash () const
 
bool isEqual (const keyContainer &b) const
 

Detailed Description

Definition at line 253 of file UT_IndexedHashMap.h.

Constructor & Destructor Documentation

UT_IndexedHashMap::keyContainer::keyContainer ( const UT_IndexedHashMap map,
const InternalKeyT key 
)
inlineexplicit

Definition at line 258 of file UT_IndexedHashMap.h.

UT_IndexedHashMap::keyContainer::keyContainer ( const keyContainer src)
inline

Definition at line 264 of file UT_IndexedHashMap.h.

UT_IndexedHashMap::keyContainer::~keyContainer ( )
inline

Definition at line 269 of file UT_IndexedHashMap.h.

Member Function Documentation

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

Definition at line 287 of file UT_IndexedHashMap.h.

uint UT_IndexedHashMap::keyContainer::hash ( void  ) const
inline

Definition at line 292 of file UT_IndexedHashMap.h.

bool UT_IndexedHashMap::keyContainer::isEqual ( const keyContainer b) const
inline

Definition at line 297 of file UT_IndexedHashMap.h.

keyContainer& UT_IndexedHashMap::keyContainer::operator= ( const keyContainer src)
inline

Definition at line 274 of file UT_IndexedHashMap.h.


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