10 #ifndef DtObjectIdHashKey_H_
11 #define DtObjectIdHashKey_H_
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
Contains the DtObjectId class declaration.
DtHashKeyType
Definition: vlHashKeys.h:19
DtBaseHashKey & operator=(const DtBaseHashKey &orig)
assignment operator
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtObjectIdHashKey are hash keys made from DtObjectIds.
Definition: objectIdHashKey.h:22
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
unsigned long long DtU64
-------—— Network Layout for a long long (64 bytes unsigned)
Definition: vlMachineTypes.h:185
virtual const DtString stringRep() const =0
Get the string representation of this key.
virtual DtBaseHashKey * clone() const =0
Make a copy of this hash key.
DtObjectId myId
Definition: objectIdHashKey.h:63
This file declares DtEntityIdentifierHashKey.
Definition: vlHashKeys.h:29
virtual DtU64 computeHashValue()=0
Compute the hashed value for this key.
This file declares DtBaseHashKey.
virtual DtHashKeyType hashKeyType() const
Get the type of HashKey.
Definition: objectIdHashKey.h:52
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual bool operator==(const DtBaseHashKey &other) const
equality operator