VR-Forces 4.10 Class Documentation
 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 
20 #include "vrfutil/vrfutilDefines.h"
22 {
23 public:
24 
27 
30 
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
36  virtual ~DtCeEntityCreated();
37 
40 
42  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const;
43 
45  virtual int type() const;
46 
48  virtual void setEntityName(const DtString&);
49 
51  virtual const DtString& entityName() const;
52 
62  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
63 
66  virtual int netRepSize() const;
67 
69  virtual bool setFromNet(const char* contentBuffer,
70  unsigned contentSize);
71 
74  virtual bool setToNet();
75 
76  static DtSimCondExpr * creator();
77 
78 protected:
80 };
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:142
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:21
const char DtCeEntityCreatedTypeName[]
Definition: ceEntityCreated.h:14
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:139
DtRwString myEntityName
Definition: ceEntityCreated.h:79
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:49
#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:146
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)