VR-Link API Documentation for HLA Evolved
systemHashKey.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 DtSystemHashKey_H_
11 #define DtSystemHashKey_H_
12 
13 #include "globalObjectDesignator.h"
15 
19 {
20 
21 public:
22 
25 
27  DtSystemHashKey(const DtGlobalObjectDesignator& id, int systemId);
28 
30  virtual ~DtSystemHashKey();
31 
33  DtSystemHashKey(const DtSystemHashKey& orig);
34 
37 
39  virtual DtBaseHashKey* clone() const;
40 
42  virtual int value() const;
43 
45  virtual const DtString stringRep() const;
46 
47 protected:
48 
50  virtual DtU64 computeHashValue();
51 
52 protected:
53 
56 
57 };
58 
59 #endif
60 

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)