VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
globalObjectDesignatorKey.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: globalObjectDesignatorKey.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
#ifndef DTGLOBALOBJECTDESIGNATORKEY
9
#define DTGLOBALOBJECTDESIGNATORKEY
10
13
14
#include "
vrfutil/vrfutilDefines.h
"
15
16
#include <vlpi/entityIdentifier.h>
17
21
class
DT_DLL_vrfutil
DtGlobalObjectDesignatorKey
22
{
23
private
:
24
DtGlobalObjectDesignatorKey
();
25
26
public
:
27
DtGlobalObjectDesignatorKey
(
const
DtString
& sStrId);
28
DtGlobalObjectDesignatorKey
(
const
DtEntityIdentifier& entId);
29
30
DtGlobalObjectDesignatorKey
(
const
DtGlobalObjectDesignatorKey
& orig);
31
32
const
DtGlobalObjectDesignatorKey
& operator=(
const
DtGlobalObjectDesignatorKey
& orig);
33
34
bool
operator<(
const
DtGlobalObjectDesignatorKey
& key)
const
;
35
36
virtual
void
setId(
const
DtString
& sStrId,
bool
setAsStringId=
true
);
37
virtual
void
setId(
const
DtEntityIdentifier& entId,
bool
setAsEntId=
true
);
38
39
const
DtString
& stringId()
const
;
40
41
const
DtEntityIdentifier& entityId();
42
43
protected
:
44
bool
myIsEntId
;
45
DtString
myStringId
;
46
DtEntityIdentifier
myEntityId
;
47
};
48
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)