VR-Forces 4.8 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 };
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
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 DtCeEntIndependentlyTasked:
Definition: ceEntIndependentlyTasked.h:21
Description: Readable, Writable uuid string.
Definition: rwUUID.h:419
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:139
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
DtRwString myModifier
Definition: ceEntIndependentlyTasked.h:90
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
const char DtCeEntIndependentlyTaskedTypeName[]
Definition: ceEntIndependentlyTasked.h:15
DtRwUUID myEntity
Definition: ceEntIndependentlyTasked.h:89
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)