VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
iffSystemHashKey.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 #pragma once
11 
12 #include "globalObjectDesignator.h"
14 
18 {
19 
20 public:
21 
24 
27  DtU16 systemType, DtU16 systemName, DtU8 systemDesignator );
28 
30  virtual ~DtIFFSystemHashKey();
31 
34 
37 
39  virtual DtBaseHashKey* clone() const;
40 
42  virtual int value() const;
43 
46 
48  virtual const DtString stringRep() const;
49 
50 protected:
51 
53  virtual DtU64 computeHashValue();
54 
55 protected:
56 
61 
62 };
63 
64 

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)