VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifDeleteVrfObjectById.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vl/hostStructs.h>
13 
19 
20 #include "vrfmsgs/vrfmsgsDefines.h"
22 {
23 public:
24 
27 
29  virtual ~DtIfDeleteVrfObjectById();
30 
33 
36 
38  virtual DtSimInterfaceContent * clone() const;
39 
42  virtual int type() const;
43 
45  virtual void setEntityId(const DtEntityIdentifier& id);
46  virtual const DtEntityIdentifier & entityId() const;
47 
48  virtual int netRepSize() const;
49  virtual bool setFromNet(const char* contentBuffer,
50  unsigned contentSize);
51  virtual bool setToNet();
52 
53  virtual void printDataToString(DtString& str);
54 
55  static DtSimInterfaceContent* creator();
56 
58  virtual void setAndRemoveFromOrbat(bool);
59  virtual bool andRemoveFromOrbat() const;
60 
61 protected:
62  DtEntityIdentifier myId;
64 };

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)