VR-Forces 4.3.1 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
ceBreached.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/vrfutilDefines.h
"
12
#include "
vrfutil/readerWriter.h
"
13
#include "
vrfutil/rwString.h
"
14
#include "
vrfutil/simCondExpr.h
"
15
16
const
char
DtCeBreachedTypeName
[] =
"Breached"
;
17
22
class
DT_DLL_vrfutil
DtCeBreached
:
public
DtSimCondExpr
23
{
24
public
:
25
27
DtCeBreached
();
28
30
DtCeBreached
(
DtReaderWriterRegistry
* parentRegistry);
31
33
DtCeBreached
(
const
DtCeBreached
& orig,
34
DtReaderWriterRegistry
* parentRegistry = NULL);
35
37
virtual
~
DtCeBreached
();
38
40
DtCeBreached
&
operator=
(
const
DtCeBreached
& orig);
41
43
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL);
44
46
virtual
int
type
()
const
;
47
49
virtual
void
setBreachedName(
const
DtString
& name);
50
virtual
const
DtString
& breachedName()
const
;
51
61
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
62
65
virtual
int
netRepSize
()
const
;
66
68
virtual
bool
setFromNet
(
const
char
* contentBuffer,
69
unsigned
contentSize);
70
73
virtual
bool
setToNet
();
74
75
static
DtSimCondExpr
* creator();
76
77
protected
:
78
DtRwString
myBreachedName
;
79
};
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)