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-2010 VT MAK
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 

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)