VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifDeleteVrfObject.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifDelVrfObj.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtIfDeleteVrfObject_H_
13 #define DtIfDeleteVrfObject_H_
14 
15 #include <vrfExtProtocol/simInterfaceContent.h>
16 #include <vlutil/vlString.h>
17 
27 
28 #include "vrfmsgs/vrfmsgsDefines.h"
30 {
31 public:
32 
35 
37  virtual ~DtIfDeleteVrfObject();
38 
41 
43  DtIfDeleteVrfObject& operator=(const DtIfDeleteVrfObject& orig);
44 
46  virtual DtSimInterfaceContent * clone() const;
47 
50  virtual int type() const;
51 
53  virtual void setObjectName(const DtString & objectName);
54  virtual const DtString & objectName() const;
55 
58  void setName(const DtString & name);
59  const DtString & name() const;
60 
61  virtual int netRepSize() const;
62  virtual bool setFromNet(const char* contentBuffer,
63  unsigned contentSize);
64  virtual bool setToNet();
65 
66  virtual void printDataToString(DtString& str);
67 
68  static DtSimInterfaceContent* creator();
69 
70 protected:
71 
73 };
74 
75 inline void DtIfDeleteVrfObject::setName(const DtString & name)
76 {
77  setObjectName(name);
78 }
79 
80 inline const DtString& DtIfDeleteVrfObject::name() const
81 {
82  return objectName();
83 }
84 
85 #endif
86 
87 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)