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
ceOr.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/logicalOperatorCondition.h
"
13
14
const
char
DtCeOrTypeName
[] =
"OR"
;
15
22
class
DT_DLL_vrfutil
DtCeOr
:
public
DtLogicalOperatorCondition
23
{
24
public
:
26
DtCeOr
();
27
29
DtCeOr
(
DtReaderWriterRegistry
* parentRegistry);
30
32
DtCeOr
(
const
DtCeOr
& orig,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
36
virtual
~
DtCeOr
();
37
39
DtCeOr
&
operator=
(
const
DtCeOr
& orig);
40
42
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
43
46
virtual
int
type
()
const
;
47
58
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
59
60
static
DtSimCondExpr
* creator();
61
};
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
)