VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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
const
DtString
stringRep
()
const
;
52
53
protected
:
54
56
virtual
DtU64
computeHashValue
();
57
58
protected
:
59
60
DtEntityIdentifier
myId
;
61
};
62
63
#endif
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
)