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
rwConditionsList.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 <
readerWriter/rwList.h
>
13
14
class
DtSimCondExpr
;
15
19
class
DT_DLL_vrfutil
DtRwConditionsList
:
public
DtRwList
20
{
21
public
:
22
24
DtRwConditionsList
();
25
27
DtRwConditionsList
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
28
parentRegistry = NULL);
29
DtRwConditionsList
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
const
30
parentRegistry = NULL);
31
DtRwConditionsList
(
const
DtRwConditionsList
& name,
DtReaderWriterRegistry
*
const
32
parentRegistry = NULL);
33
35
virtual
~
DtRwConditionsList
();
36
40
41
DtRwConditionsList
(
const
DtString
& name,
const
DtRwConditionsList
& orig,
42
DtReaderWriterRegistry
* parentRegistry = NULL);
43
44
DtRwConditionsList
(
const
DtSymbolString
& name,
const
DtRwConditionsList
& orig,
45
DtReaderWriterRegistry
* parentRegistry = NULL);
47
49
virtual
void
addCondition(
const
DtSimCondExpr
&);
50
52
virtual
void
removeCondition(
const
DtSimCondExpr
&);
53
57
DtRwConditionsList
&
operator=
(
const
DtRwConditionsList
& orig);
58
60
void
emptyList();
61
63
void
copyList(
const
DtRwConditionsList
& orig);
64
65
protected
:
66
69
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
70
const
DtVariableBindingsList
& variableBindings);
71
};
72
73
namespace
DtBufferSerialize
74
{
75
DT_DLL_vrfutil
char
*
encode
(
const
DtRwConditionsList
& val,
char
*buffer);
76
DT_DLL_vrfutil
const
char
*
decode
(
DtRwConditionsList
& val,
const
char
*buffer);
77
DT_DLL_vrfutil
int
getSize
(
const
DtRwConditionsList
&);
78
}
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
)