VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfutil
ceEntLeftOfLine.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ceEntLOfLine.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtCeLeftOfLine_H_
13
#define DtCeLeftOfLine_H_
14
15
#include "
vrfutil/readerWriter.h
"
16
#include "
vrfutil/rwString.h
"
17
#include "
vrfutil/simCondExpr.h
"
18
19
const
char
DtCeEntLeftOfLineTypeName
[] =
"LeftOfLine"
;
20
21
24
struct
DtNetCeEntLeftOfLine
25
{
26
DtNetU8
myEntityNameStringLength
;
27
DtNetU8
myLineStringLength
;
28
DtNetU8
myModifierStringLength
;
29
DtNetU8
myPadding
;
30
DtNetU8
myPadding1
;
31
DtNetU8
myPadding2
;
32
DtNetU8
myPadding3
;
33
DtNetU8
myPadding4
;
34
};
35
40
#include "
vrfutil/vrfutilDefines.h
"
41
class
DT_DLL_vrfutil
DtCeEntLeftOfLine
:
public
DtSimCondExpr
42
{
43
public
:
44
46
DtCeEntLeftOfLine
();
47
49
DtCeEntLeftOfLine
(
DtReaderWriterRegistry
* parentRegistry);
50
52
DtCeEntLeftOfLine
(
const
DtCeEntLeftOfLine
& orig,
53
DtReaderWriterRegistry
* parentRegistry = NULL);
54
56
virtual
~
DtCeEntLeftOfLine
();
57
59
DtCeEntLeftOfLine
&
operator=
(
const
DtCeEntLeftOfLine
& orig);
60
62
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL);
63
65
virtual
int
type
()
const
;
66
68
virtual
void
setEntityName(
const
DtString
& name);
69
virtual
const
DtString
& entityName()
const
;
70
72
virtual
void
setLineName(
const
DtString
& lineName);
73
virtual
const
DtString
& lineName()
const
;
74
81
virtual
void
setModifier(
const
DtString
& arg);
82
virtual
const
DtString
& modifier()
const
;
83
93
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
94
97
virtual
int
netRepSize
()
const
;
98
100
virtual
bool
setFromNet
(
const
char
* contentBuffer,
101
unsigned
contentSize);
102
105
virtual
bool
setToNet
();
106
107
static
DtSimCondExpr
* creator();
108
109
protected
:
110
DtRwString
myEntityName
;
111
DtRwString
myLineName
;
112
DtRwString
myModifier
;
113
};
114
115
#endif
116
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)