VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
objectIdHashKey.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 
9 
10 #ifndef DtObjectIdHashKey_H_
11 #define DtObjectIdHashKey_H_
12 
13 #if DtHLA
14 
15 #include <vlutil/vlHashKeys.h>
16 #include "objectId.h"
17 
23 {
24 public:
25 
28 
30  DtObjectIdHashKey(const DtObjectId& id);
31 
33  virtual ~DtObjectIdHashKey();
34 
37 
40 
43  virtual bool operator==(const DtBaseHashKey& other) const;
44 
46  virtual DtBaseHashKey* clone() const;
47 
49  virtual const DtObjectId& value() const;
50 
53 
54 protected:
55 
57  virtual const DtString stringRep() const;
58 
60  virtual DtU64 computeHashValue();
61 
62 protected:
64 };
65 
66 #else
67 
69 
71 
72 #endif
73 
74 #endif
75 
76 
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:36
virtual bool operator==(const DtBaseHashKey &other) const
equality operator

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)