VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceEntityCreated.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
11 #include <readerWriter/rwString.h>
12 #include "vrfutil/simCondExpr.h"
13 
14 const char DtCeEntityCreatedTypeName[] = "EntityCreated";
15 
23 #include "vrfutil/vrfutilDefines.h"
25 {
26 public:
27 
30 
33 
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
39  virtual ~DtCeEntityCreated();
40 
43 
45  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const;
46 
48  virtual int type() const;
49 
51  virtual void setEntityName(const DtString&);
52 
54  virtual const DtString& entityName() const;
55 
65  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
66 
69  virtual int netRepSize() const;
70 
72  virtual bool setFromNet(const char* contentBuffer,
73  unsigned contentSize);
74 
77  virtual bool setToNet();
78 
79  static DtSimCondExpr * creator();
80 
81 protected:
83 };
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
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
class DtCeEntityCreated:
Definition: ceEntityCreated.h:24
const char DtCeEntityCreatedTypeName[]
Definition: ceEntityCreated.h:14
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:145
DtRwString myEntityName
Definition: ceEntityCreated.h:82
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
#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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)