VR-Forces Development_Version 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) 2015 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
#include <
vrfutil/rwUUID.h
>
16
17
const
char
DtCeBreachedTypeName
[] =
"Breached"
;
18
23
class
DT_DLL_vrfutil
DtCeBreached
:
public
DtSimCondExpr
24
{
25
public
:
26
28
DtCeBreached
();
29
31
DtCeBreached
(
DtReaderWriterRegistry
* parentRegistry);
32
34
DtCeBreached
(
const
DtCeBreached
& orig,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
virtual
~
DtCeBreached
();
39
41
DtCeBreached
&
operator=
(
const
DtCeBreached
& orig);
42
44
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL);
45
47
virtual
int
type
()
const
;
48
51
virtual
void
setBreached(
const
DtUUID
&);
52
54
virtual
const
DtUUID
& breached()
const
;
55
65
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
66
69
virtual
int
netRepSize
()
const
;
70
72
virtual
bool
setFromNet
(
const
char
* contentBuffer,
73
unsigned
contentSize);
74
77
virtual
bool
setToNet
();
78
79
static
DtSimCondExpr
* creator();
80
81
protected
:
82
DtRwUUID
myBreached
;
83
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)