VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ceBreached.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/vrfutilDefines.h"
12 #include "vrfutil/readerWriter.h"
13 #include "vrfutil/rwString.h"
14 #include "vrfutil/simCondExpr.h"
15 
16 const char DtCeBreachedTypeName[] = "Breached";
17 
23 {
24 public:
25 
27  DtCeBreached();
28 
30  DtCeBreached(DtReaderWriterRegistry* parentRegistry);
31 
33  DtCeBreached(const DtCeBreached& orig,
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
37  virtual ~DtCeBreached();
38 
40  DtCeBreached& operator=(const DtCeBreached& orig);
41 
43  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL);
44 
46  virtual int type() const;
47 
49  virtual void setBreachedName(const DtString& name);
50  virtual const DtString& breachedName() const;
51 
61  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
62 
65  virtual int netRepSize() const;
66 
68  virtual bool setFromNet(const char* contentBuffer,
69  unsigned contentSize);
70 
73  virtual bool setToNet();
74 
75  static DtSimCondExpr * creator();
76 
77 protected:
79 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)