VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
ceEntHasTarget.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ceEntHasTarget.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtCeEntHasTarget_H_
13
#define DtCeEntHasTarget_H_
14
15
#include "
vrfutil/rdrWritr.h
"
16
#include "
vrfutil/rwString.h
"
17
#include "
vrfutil/condExpr.h
"
18
19
const
char
DtCeEntHasTargetTypeName
[] =
"HasTarget"
;
20
21
24
struct
DtNetCeEntHasTarget
25
{
26
DtNetU8
myEntityNameStringLength
;
27
DtNetU8
myModifierStringLength
;
28
DtNetU8
myPadding
;
29
DtNetU8
myPadding1
;
30
DtNetU8
myPadding2
;
31
DtNetU8
myPadding3
;
32
DtNetU8
myPadding4
;
33
DtNetU8
myPadding5
;
34
};
35
40
#include "
vrfutil/vrfutilDefines.h
"
41
class
DT_DLL_vrfutil
DtCeEntHasTarget
:
public
DtSimCondExpr
42
{
43
public
:
44
46
DtCeEntHasTarget
();
47
49
DtCeEntHasTarget
(
DtReaderWriterRegistry
* parentRegistry);
50
52
DtCeEntHasTarget
(
const
DtCeEntHasTarget
& orig,
53
DtReaderWriterRegistry
* parentRegistry = NULL);
54
56
virtual
~
DtCeEntHasTarget
();
57
59
DtCeEntHasTarget
&
operator=
(
const
DtCeEntHasTarget
& orig);
60
62
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL);
63
65
virtual
int
type
()
const
;
66
68
virtual
void
setEntityName(
const
DtString
& name);
70
virtual
const
DtString
& entityName()
const
;
71
78
virtual
void
setModifier(
const
DtString
& arg);
80
virtual
const
DtString
& modifier()
const
;
81
91
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
92
95
virtual
int
netRepSize
()
const
;
96
98
virtual
bool
setFromNet
(
const
char
* contentBuffer,
99
unsigned
contentSize);
100
103
virtual
bool
setToNet
();
104
106
static
DtSimCondExpr
* creator();
107
108
protected
:
109
DtRwString
myEntityName
;
110
DtRwString
myModifier
;
111
};
112
113
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)