VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vlpi
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
21
class
DT_DLL_VLPROTIND
DtEntityIdentifierHashKey
:
public
DtBaseHashKey
22
{
23
public
:
24
26
DtEntityIdentifierHashKey
();
27
29
DtEntityIdentifierHashKey
(
const
DtEntityIdentifier
&
id
);
30
32
virtual
~
DtEntityIdentifierHashKey
();
33
35
DtEntityIdentifierHashKey
(
const
DtEntityIdentifierHashKey
& orig);
36
38
DtEntityIdentifierHashKey
&
operator=
(
const
DtEntityIdentifierHashKey
& orig);
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
DtHashKeyType
hashKeyType
()
const
{
return
DtEntityIdentifierHashKeyType
;}
52
54
virtual
const
DtString
stringRep
()
const
;
55
56
protected
:
57
59
virtual
DtU64
computeHashValue
();
60
61
protected
:
62
63
DtEntityIdentifier
myId
;
64
};
65
66
#endif
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)