VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setDataRequestStmt.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: setStmt.h,v $ $Revision: 1.17 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtSetDataRequestStmt_H_
13 #define DtSetDataRequestStmt_H_
14 
16 
17 #include "vrfplan/simStatement.h"
18 #include <vlutil/vlNetTypes.h>
19 #include "vrfplan/vrfplanDefines.h"
20 
21 const char DtSetDataRequestStmtTypeName[] = "Set";
22 
23 class DtSetDataRequest;
24 
27 {
28 public:
29 
31  DtSetDataRequestStmt(DtReaderWriterRegistry* parentRegistry = NULL);
32 
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
38  virtual ~DtSetDataRequestStmt();
39 
42 
44  virtual DtSimStatement* clone(
45  DtReaderWriterRegistry* parentRegistry = NULL) const;
46 
48  virtual int type() const;
49 
52  virtual void execute(DtPlan& planContext);
53 
61  virtual DtString stringRep(int subBlockIndex = DtSR_STMT) const;
62 
64  virtual DtSetDataRequest* setDataRequest() const;
66  virtual void setSetDataRequest(DtSetDataRequest* arg);
67 
73  virtual void putSelf(std::string& fp, int indentLevel = 0,
74  bool writeUnspecified = false, const DtFilename& path = DtReaderWriter::appPath());
75 
79  virtual void getSelf(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
80  const DtVariableBindingsList& variableBindings);
81 
83  virtual int netRepSize() const;
84 
86  virtual bool setFromNet(const char* contentBuffer,
87  unsigned contentSize);
88 
91  virtual bool setToNet();
92 
93  static DtSimStatement * creator(DtReaderWriterRegistry* parentRegistry = NULL);
94 
95 protected:
96 
98 };
99 
100 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)