VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceBreached.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/vrfutilDefines.h"
13 #include <readerWriter/rwString.h>
14 #include "vrfutil/simCondExpr.h"
15 #include <vrfutil/rwUUID.h>
16 
17 const char DtCeBreachedTypeName[] = "Breached";
18 
24 {
25 public:
26 
28  DtCeBreached();
29 
31  DtCeBreached(DtReaderWriterRegistry* parentRegistry);
32 
34  DtCeBreached(const DtCeBreached& orig,
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
38  virtual ~DtCeBreached();
39 
41  DtCeBreached& operator=(const DtCeBreached& orig);
42 
44  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const;
45 
47  virtual int type() const;
48 
51  virtual void setBreached(const DtUUID&);
52 
54  virtual const DtUUID& breached() const;
55 
65  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
66 
69  virtual int netRepSize() const;
70 
72  virtual bool setFromNet(const char* contentBuffer,
73  unsigned contentSize);
74 
77  virtual bool setToNet();
78 
79  static DtSimCondExpr * creator();
80 
81 protected:
83 };
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
DtSimCondExpr & operator=(const DtSimCondExpr &orig)
assignment operator
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
const char DtCeBreachedTypeName[]
Definition: ceBreached.h:17
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simCondExpr.h:148
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
DtRwUUID myBreached
Definition: ceBreached.h:82
Description: Readable, Writable uuid string. Use this class in order to convert from object marking t...
Definition: rwUUID.h:431
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
#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
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.
class DtCeBreached:
Definition: ceBreached.h:23

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)