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
ceEntityCreated.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
#pragma once
9
10
#include <
readerWriter/readerWriter.h
>
11
#include <
readerWriter/rwString.h
>
12
#include "
vrfutil/simCondExpr.h
"
13
14
const
char
DtCeEntityCreatedTypeName
[] =
"EntityCreated"
;
15
20
#include "
vrfutil/vrfutilDefines.h
"
21
class
DT_DLL_vrfutil
DtCeEntityCreated
:
public
DtSimCondExpr
22
{
23
public
:
24
26
DtCeEntityCreated
();
27
29
DtCeEntityCreated
(
DtReaderWriterRegistry
* parentRegistry);
30
32
DtCeEntityCreated
(
const
DtCeEntityCreated
& orig,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
36
virtual
~
DtCeEntityCreated
();
37
39
DtCeEntityCreated
&
operator=
(
const
DtCeEntityCreated
& orig);
40
42
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
43
45
virtual
int
type
()
const
;
46
48
virtual
void
setEntityName(
const
DtString
&);
49
51
virtual
const
DtString
& entityName()
const
;
52
62
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
63
66
virtual
int
netRepSize
()
const
;
67
69
virtual
bool
setFromNet
(
const
char
* contentBuffer,
70
unsigned
contentSize);
71
74
virtual
bool
setToNet
();
75
76
static
DtSimCondExpr
* creator();
77
78
protected
:
79
DtRwString
myEntityName
;
80
};
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
)