VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceEntEmbarkationStateChange.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
10 #include "vrfutil/readerWriter.h"
11 #include "vrfutil/rwString.h"
12 #include "vrfutil/rwBoolean.h"
13 #include <vrfutil/rwUUID.h>
14 
15 #include "vrfutil/simCondExpr.h"
16 
17 const char DtCeEntEmbarkationStateChangeTypeName[] = "EmbarkationStateChange";
18 
24 #include "vrfutil/vrfutilDefines.h"
26 {
27 public:
28 
31 
34 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
41 
44 
46  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const;
47 
49  virtual int type() const;
50 
53  virtual void setEntity(const DtUUID&);
54 
56  virtual const DtUUID& entity() const;
57 
60  virtual void setEmbarkedOn(const DtUUID&);
61  virtual const DtUUID& embarkedOn() const;
62 
67  virtual void setModifier(const DtString& arg);
68  virtual const DtString& modifier() const;
69 
79  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
80 
83  virtual int netRepSize() const;
84 
86  virtual bool setFromNet(const char* contentBuffer,
87  unsigned contentSize);
88 
91  virtual bool setToNet();
92 
93  static DtSimCondExpr * creator();
94 
95 protected:
99 };
100 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)