VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
eventIdHashKey.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifdef DtDIS
7 
8 #pragma once
9 
13 
14 #include <vlutil/vlMachineTypes.h>
15 #include <vlutil/vlHashKeys.h>
16 #include <vl/eventId.h>
17 
24 {
25 public:
26 
29 
31  DtEventIdHashKey(const DtEventID& id);
32 
34  virtual ~DtEventIdHashKey();
35 
38 
41 
44  virtual bool operator==(const DtBaseHashKey& other) const;
45 
47  virtual DtBaseHashKey* clone() const;
48 
50  virtual const DtEventID& value() const;
51 
54 
56  virtual const DtString stringRep() const;
57 
58 protected:
59 
61  virtual DtU64 computeHashValue();
62 
63 protected:
64 
66 };
67 #endif

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)