VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
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
"
14
#include "
globalObjectDesignatorHashKey.h
"
15
18
class
DT_DLL_VL
DtSystemHashKey
:
public
DtBaseHashKey
19
{
20
21
public
:
22
24
DtSystemHashKey
();
25
27
DtSystemHashKey
(
const
DtGlobalObjectDesignator
&
id
,
int
systemId);
28
30
virtual
~
DtSystemHashKey
();
31
33
DtSystemHashKey
(
const
DtSystemHashKey
& orig);
34
36
DtSystemHashKey
&
operator=
(
const
DtSystemHashKey
& orig);
37
39
virtual
DtBaseHashKey
*
clone
()
const
;
40
42
virtual
int
value()
const
;
43
45
virtual
DtHashKeyType
hashKeyType
()
const
{
return
DtSystemHashKeyType
;}
46
48
virtual
const
DtString
stringRep
()
const
;
49
50
protected
:
51
53
virtual
DtU64
computeHashValue
();
54
55
protected
:
56
57
DtGlobalObjectDesignatorHashKey
myDesHashKey
;
58
int
mySystemId
;
59
60
};
61
62
#endif
63
Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)