INET Framework for OMNeT++/OMNEST
inet::TunCloseCommand Class Reference

Class generated from inet/linklayer/tun/TunControlInfo.msg:35 by opp_msgtool. More...

#include <TunControlInfo_m.h>

Inheritance diagram for inet::TunCloseCommand:
inet::TunControlInfo

Public Member Functions

 TunCloseCommand ()
 
 TunCloseCommand (const TunCloseCommand &other)
 
virtual ~TunCloseCommand ()
 
TunCloseCommandoperator= (const TunCloseCommand &other)
 
virtual TunCloseCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::TunControlInfo
 TunControlInfo ()
 
 TunControlInfo (const TunControlInfo &other)
 
virtual ~TunControlInfo ()
 
TunControlInfooperator= (const TunControlInfo &other)
 

Protected Member Functions

bool operator== (const TunCloseCommand &)=delete
 
- Protected Member Functions inherited from inet::TunControlInfo
bool operator== (const TunControlInfo &)=delete
 

Private Member Functions

void copy (const TunCloseCommand &other)
 

Detailed Description

Class generated from inet/linklayer/tun/TunControlInfo.msg:35 by opp_msgtool.

class TunCloseCommand extends TunControlInfo
{
}

Constructor & Destructor Documentation

◆ TunCloseCommand() [1/2]

inet::TunCloseCommand::TunCloseCommand ( )

◆ TunCloseCommand() [2/2]

inet::TunCloseCommand::TunCloseCommand ( const TunCloseCommand other)

◆ ~TunCloseCommand()

virtual inet::TunCloseCommand::~TunCloseCommand ( )
virtual

Member Function Documentation

◆ copy()

void inet::TunCloseCommand::copy ( const TunCloseCommand other)
private

◆ dup()

virtual TunCloseCommand* inet::TunCloseCommand::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::TunControlInfo.

171 {return new TunCloseCommand(*this);}

◆ operator=()

TunCloseCommand& inet::TunCloseCommand::operator= ( const TunCloseCommand other)

◆ operator==()

bool inet::TunCloseCommand::operator== ( const TunCloseCommand )
protecteddelete

◆ parsimPack()

virtual void inet::TunCloseCommand::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::TunControlInfo.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

virtual void inet::TunCloseCommand::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::TunControlInfo.

Referenced by inet::doParsimUnpacking().


The documentation for this class was generated from the following file:
inet::TunCloseCommand::TunCloseCommand
TunCloseCommand()