VR-Forces 4.7 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 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)