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

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

#include <TunControlInfo_m.h>

Inheritance diagram for inet::TunDestroyCommand:
inet::TunControlInfo

Public Member Functions

 TunDestroyCommand ()
 
 TunDestroyCommand (const TunDestroyCommand &other)
 
virtual ~TunDestroyCommand ()
 
TunDestroyCommandoperator= (const TunDestroyCommand &other)
 
virtual TunDestroyCommanddup () 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 TunDestroyCommand &)=delete
 
- Protected Member Functions inherited from inet::TunControlInfo
bool operator== (const TunControlInfo &)=delete
 

Private Member Functions

void copy (const TunDestroyCommand &other)
 

Detailed Description

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

class TunDestroyCommand extends TunControlInfo
{
}

Constructor & Destructor Documentation

◆ TunDestroyCommand() [1/2]

inet::TunDestroyCommand::TunDestroyCommand ( )

◆ TunDestroyCommand() [2/2]

inet::TunDestroyCommand::TunDestroyCommand ( const TunDestroyCommand other)

◆ ~TunDestroyCommand()

virtual inet::TunDestroyCommand::~TunDestroyCommand ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::TunControlInfo.

202 {return new TunDestroyCommand(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::TunControlInfo.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

virtual void inet::TunDestroyCommand::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::TunDestroyCommand::TunDestroyCommand
TunDestroyCommand()