VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceEntIndependentlyTasked.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/vrfutilDefines.h"
12 #include "vrfutil/simCondExpr.h"
13 #include <vrfutil/rwUUID.h>
14 
15 const char DtCeEntIndependentlyTaskedTypeName[] = "EntIndependentlyTasked";
16 
22 {
23 public:
24 
27 
30 
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
36  virtual ~DtCeEntIndependentlyTasked();
37 
40 
42  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const;
43 
45  virtual int type() const;
46 
49  virtual void setEntity(const DtUUID&);
50 
52  virtual const DtUUID& entity() const;
53 
60  virtual void setModifier(const DtString& arg);
61  virtual const DtString& modifier() const;
62 
72  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
73 
76  virtual int netRepSize() const;
77 
79  virtual bool setFromNet(const char* contentBuffer,
80  unsigned contentSize);
81 
84  virtual bool setToNet();
85 
86  static DtSimCondExpr * creator();
87 
88 protected:
91 };

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)