VR-Forces 4.5 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
logicalOperatorCondition.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2016 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/simCondExpr.h
"
14
#include "
vrfutil/rwList.h
"
15
#include "
vrfutil/rwConditionsList.h
"
16
21
class
DT_DLL_vrfutil
DtLogicalOperatorCondition
:
public
DtSimCondExpr
22
{
23
public
:
24
26
DtLogicalOperatorCondition
(
const
DtString
&
typeName
);
27
29
DtLogicalOperatorCondition
(
const
DtString
& typeName,
DtReaderWriterRegistry
* parentRegistry);
30
32
DtLogicalOperatorCondition
(
const
DtLogicalOperatorCondition
& orig,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
36
virtual
~
DtLogicalOperatorCondition
();
37
39
DtLogicalOperatorCondition
&
operator=
(
const
DtLogicalOperatorCondition
& orig);
40
42
virtual
void
addCondition(
const
DtSimCondExpr
&);
43
45
virtual
void
removeCondition(
const
DtSimCondExpr
&);
46
48
virtual
void
clearConditions();
49
51
const
DtRwConditionsList
&
conditions
()
const
{
return
myConditions; };
52
55
virtual
int
subExprCount
()
const
;
56
63
virtual
DtSimCondExpr
*
subExpr
(
int
index);
64
68
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
69
const
DtVariableBindingsList
& variableBindings);
70
73
virtual
int
netRepSize
()
const
;
74
76
virtual
bool
setFromNet
(
const
char
* contentBuffer,
77
unsigned
contentSize);
78
81
virtual
bool
setToNet
();
82
83
protected
:
84
DtRwConditionsList
myConditions
;
85
};
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)