VR-Forces 4.7 Class Documentation
 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 };

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)