34 virtual ~DtEventIdHashKey();
37 DtEventIdHashKey(
const DtEventIdHashKey& orig);
40 DtEventIdHashKey&
operator=(
const DtEventIdHashKey& orig);
DtHashKeyType
Definition: vlHashKeys.h:19
DtBaseHashKey & operator=(const DtBaseHashKey &orig)
assignment operator
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
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.
Definition: vlHashKeys.h:27
virtual DtBaseHashKey * clone() const =0
Make a copy of this hash key.
virtual DtHashKeyType hashKeyType() const
Get the type of HashKey.
Definition: vlHashKeys.h:66
Represents Events in the RPR FOM.
Definition: eventId.h:52
virtual DtU64 computeHashValue()=0
Compute the hashed value for this key.
This file declares DtBaseHashKey.
Contains the DtEventId class declaration.
Instances of DtString are used to represent strings.
Definition: vlString.h:36
virtual bool operator==(const DtBaseHashKey &other) const
equality operator
This file contains typedefs for machine dependant types.