VR-Forces 4.1.1 Class Documentation
ifDelVrfObj.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 
16 #include <vlutil/vlString.h>
17 
27 
28 #include "vrfmsgs/vrfmsgsDefines.h"
30 {
31 public:
32 
35 
37  virtual ~DtIfDeleteVrfObject();
38 
41 
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)