VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
10 #include "vrfutil/readerWriter.h"
11 #include "vrfutil/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();
38 
41 
43  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL);
44 
46  virtual int type() const;
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;
81 
84  virtual int netRepSize() const;
85 
87  virtual bool setFromNet(const char* contentBuffer,
88  unsigned contentSize);
89 
92  virtual bool setToNet();
93 
94  static DtSimCondExpr * creator();
95 
96 protected:
100 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)