VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rwCondExpr.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 class DtRwCondExp;
12 
13 #include "vrfutil/readerWriter.h"
14 #include "vrfutil/simCondExpr.h"
15 
22 
23 #include "vrfplan/vrfplanDefines.h"
25 {
26 public:
27 
29  DtRwCondExpr(const DtString& name,
30  DtReaderWriterRegistry* parentRegistry = NULL);
31 
33  DtRwCondExpr(const DtString& name,
34  DtSimCondExpr* condExpr,
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
38  DtRwCondExpr(const DtString& name,
39  const DtRwCondExpr& orig,
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
43  virtual ~DtRwCondExpr();
44 
46  DtRwCondExpr& operator=(const DtRwCondExpr& orig);
47 
49  virtual DtRwCondExpr* clone(const DtString& name,
50  DtReaderWriterRegistry* parentRegistry = NULL);
51 
54  virtual bool evaluate(const DtUUID& echelonId,
55  DtSimManager* simManager) const;
56 
57  virtual DtSimCondExpr* condExpr() const;
58  virtual void setCondExpr(DtSimCondExpr* arg);
59 
60  virtual void putData(FILE *fp, int indentLevel = 0);
61 
62  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
63  const DtVariableBindingsList& variableBindings);
64 
65 protected:
66 
68  DtRwCondExpr();
69 
71  DtRwCondExpr(const DtRwCondExpr& orig);
72 
74 };

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)