![]() |
VR-Link API Documentation for HLA Evolved
|
Instances of DtStringHashKey are used as a hash key made from a string. More...
Inheritance diagram for DtStringHashKey:
Collaboration diagram for DtStringHashKey:Public Member Functions | |
| DtStringHashKey () | |
| empty constructor -- generally should not be called | |
| DtStringHashKey (const DtString &str) | |
| default constructor | |
| DtStringHashKey (const char *str) | |
| alternate constructor | |
| virtual | ~DtStringHashKey () |
| destructor | |
| DtStringHashKey (const DtStringHashKey &orig) | |
| copy constructor | |
| DtStringHashKey & | operator= (const DtStringHashKey &orig) |
| assignment operator | |
| virtual DtBaseHashKey * | clone () const |
| Make a copy of this hash key. | |
| virtual const DtString & | value () const |
| Gt hash key value. | |
| virtual void | setValue (const DtString &val) |
| Set hash key value. | |
| virtual const DtString | stringRep () const |
| Get the string representation of this key. | |
Protected Member Functions | |
| virtual DtU32 | computeHashValue () |
| Compute the hashed value for this key. | |
Protected Attributes | |
| DtString | myString |
Instances of DtStringHashKey are used as a hash key made from a string.
DtHashlist has been deprecated, and replaced by std::map. This
empty constructor -- generally should not be called
| DtStringHashKey::DtStringHashKey | ( | const DtString & | str | ) |
default constructor
| DtStringHashKey::DtStringHashKey | ( | const char * | str | ) |
alternate constructor
| virtual DtStringHashKey::~DtStringHashKey | ( | ) | [virtual] |
destructor
| DtStringHashKey::DtStringHashKey | ( | const DtStringHashKey & | orig | ) |
copy constructor
| virtual DtBaseHashKey* DtStringHashKey::clone | ( | ) | const [virtual] |
Make a copy of this hash key.
Implements DtBaseHashKey.
| virtual DtU32 DtStringHashKey::computeHashValue | ( | ) | [protected, virtual] |
Compute the hashed value for this key.
Implements DtBaseHashKey.
| DtStringHashKey& DtStringHashKey::operator= | ( | const DtStringHashKey & | orig | ) |
assignment operator
| virtual void DtStringHashKey::setValue | ( | const DtString & | val | ) | [virtual] |
Set hash key value.
| virtual const DtString DtStringHashKey::stringRep | ( | ) | const [virtual] |
Get the string representation of this key.
Implements DtBaseHashKey.
| virtual const DtString& DtStringHashKey::value | ( | ) | const [virtual] |
Gt hash key value.
DtString DtStringHashKey::myString [protected] |