VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entityIdentifierHashKey.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef DtEntityIdentifierHashKey_H_
7 #define DtEntityIdentifierHashKey_H_
8 
12 
13 #include <vlutil/vlHashKeys.h>
14 #include "entityIdentifier.h"
15 
22 {
23 public:
24 
27 
30 
32  virtual ~DtEntityIdentifierHashKey();
33 
36 
39 
42  virtual bool operator==(const DtBaseHashKey& other) const;
43 
45  virtual DtBaseHashKey* clone() const;
46 
48  virtual const DtEntityIdentifier& value() const;
49 
52 
54  virtual const DtString stringRep() const;
55 
56 protected:
57 
59  virtual DtU64 computeHashValue();
60 
61 protected:
62 
64 };
65 
66 #endif

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)