VR-Link API Documentation for HLA 1.3
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 
51  virtual const DtString stringRep() const;
52 
53 protected:
54 
56  virtual DtU64 computeHashValue();
57 
58 protected:
59 
61 };
62 
63 #endif

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)