VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceEntLeftOfLine.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 
11 #include <readerWriter/rwString.h>
12 #include "vrfutil/simCondExpr.h"
13 #include <vrfutil/rwUUID.h>
14 
15 const char DtCeEntLeftOfLineTypeName[] = "LeftOfLine";
16 
21 #include "vrfutil/vrfutilDefines.h"
23 {
24 public:
25 
28 
31 
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
37  virtual ~DtCeEntLeftOfLine() override;
38 
41 
43  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const override;
44 
46  virtual int type() const override;
47 
50  virtual void setEntity(const DtUUID&);
51 
53  virtual const DtUUID& entity() const;
54 
57  virtual void setLine(const DtUUID&);
58 
60  virtual const DtUUID& line() const;
61 
68  virtual void setModifier(const DtString& arg);
69  virtual const DtString& modifier() const;
70 
80  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const override;
81 
84  virtual int netRepSize() const override;
85 
87  virtual bool setFromNet(const char* contentBuffer,
88  unsigned contentSize) override;
89 
92  virtual bool setToNet() override;
93 
94  static DtSimCondExpr * creator();
95 
96 protected:
100 };
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtSimCondExpr & operator=(const DtSimCondExpr &orig)
assignment operator
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
DtRwUUID myLine
Definition: ceEntLeftOfLine.h:98
const char DtCeEntLeftOfLineTypeName[]
Definition: ceEntLeftOfLine.h:15
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simCondExpr.h:148
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
uuid class
Definition: rwUUID.h:26
DtRwString myModifier
Definition: ceEntLeftOfLine.h:99
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:145
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
class DtCeEntLeftOfLine:
Definition: ceEntLeftOfLine.h:22
#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:152
DtRwUUID myEntity
Definition: ceEntLeftOfLine.h:97
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)