VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 "vrfutil/rwList.h"
13 
14 class DtSimCondExpr;
15 
20 {
21 public:
22 
25 
28  parentRegistry = NULL);
30  parentRegistry = NULL);
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 
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);
78 }

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)