![]() |
VR-Link API Documentation for DIS
|
Instances of DtHashItem are used internally to a hash list to associate a pointer to an item in a list with a key. More...
Collaboration diagram for DtHashItem:Public Member Functions | |
| DtHashItem (const DtBaseHashKey &key, DtListItem *item) | |
| default constructor More... | |
| virtual | ~DtHashItem () |
| destructor More... | |
| DtHashItem (const DtHashItem &orig) | |
| copy constructor More... | |
| DtHashItem & | operator= (const DtHashItem &orig) |
| assignment operator More... | |
| virtual const DtBaseHashKey & | hashKey () const |
| Get the key for the hashed item. More... | |
| virtual DtListItem * | listItem () const |
| Get the list item. More... | |
| virtual DtListItem * | keyItem () const |
| virtual void | setKeyItem (DtListItem *keyItem) |
Protected Attributes | |
| DtBaseHashKey * | myKey |
| DtListItem * | myItem |
| DtListItem * | myKeyItem |
Instances of DtHashItem are used internally to a hash list to associate a pointer to an item in a list with a key.
| DtHashItem::DtHashItem | ( | const DtBaseHashKey & | key, |
| DtListItem * | item | ||
| ) |
default constructor
|
virtual |
destructor
| DtHashItem::DtHashItem | ( | const DtHashItem & | orig | ) |
copy constructor
|
virtual |
Get the key for the hashed item.
|
virtual |
|
virtual |
Get the list item.
| DtHashItem& DtHashItem::operator= | ( | const DtHashItem & | orig | ) |
assignment operator
|
virtual |
|
protected |
|
protected |
|
protected |