VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceSyncMatrixPlansCompleted.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2021 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
10 #include "vrfutil/simCondExpr.h"
11 #include <vlutil/vlNetTypes.h>
12 
13 const char DtCeSyncMatrixPlansCompletedTypeName[] = "SyncMatrixPlansCompleted";
14 
19 
20 #include "vrfutil/vrfutilDefines.h"
22 {
23 public:
24 
27  DtReaderWriterRegistry* parentRegistry = NULL);
28 
31  DtReaderWriterRegistry* parentRegistry = NULL);
32 
34  virtual ~DtCeSyncMatrixPlansCompleted() override;
35 
38 
40  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const override;
41 
44  virtual int type() const override;
45 
55  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const override;
56 
59  virtual int netRepSize() const override;
60 
62  virtual bool setFromNet(const char* contentBuffer,
63  unsigned contentSize) override;
64 
67  virtual bool setToNet() override;
68 
69  static DtSimCondExpr * creator();
70 
71 protected:
72 
73 };
const char DtCeSyncMatrixPlansCompletedTypeName[]
Definition: ceSyncMatrixPlansCompleted.h:13
DtSimCondExpr & operator=(const DtSimCondExpr &orig)
assignment operator
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simCondExpr.h:148
Definition: readerWriterRegistry.h:39
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:145
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
class DtCeSyncMatrixPlansCompleted:
Definition: ceSyncMatrixPlansCompleted.h:21
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
virtual DtString stringRep(int subExprIndex=DtSR_EXPR) const =0
Get a readable string representation of this level of this expression.
virtual bool setToNet()
Definition: simCondExpr.h:152
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)