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

Class generated from inet/networklayer/contract/L3SocketCommand.msg:46 by opp_msgtool. More...

#include <L3SocketCommand_m.h>

Inheritance diagram for inet::L3SocketDestroyCommand:
inet::L3SocketCommandBase

Public Member Functions

 L3SocketDestroyCommand ()
 
 L3SocketDestroyCommand (const L3SocketDestroyCommand &other)
 
virtual ~L3SocketDestroyCommand ()
 
L3SocketDestroyCommandoperator= (const L3SocketDestroyCommand &other)
 
virtual L3SocketDestroyCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::L3SocketCommandBase
 L3SocketCommandBase ()
 
 L3SocketCommandBase (const L3SocketCommandBase &other)
 
virtual ~L3SocketCommandBase ()
 
L3SocketCommandBaseoperator= (const L3SocketCommandBase &other)
 

Protected Member Functions

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

Private Member Functions

void copy (const L3SocketDestroyCommand &other)
 

Detailed Description

Class generated from inet/networklayer/contract/L3SocketCommand.msg:46 by opp_msgtool.

class L3SocketDestroyCommand extends L3SocketCommandBase
{
}

Constructor & Destructor Documentation

◆ L3SocketDestroyCommand() [1/2]

inet::L3SocketDestroyCommand::L3SocketDestroyCommand ( )

◆ L3SocketDestroyCommand() [2/2]

inet::L3SocketDestroyCommand::L3SocketDestroyCommand ( const L3SocketDestroyCommand other)

◆ ~L3SocketDestroyCommand()

virtual inet::L3SocketDestroyCommand::~L3SocketDestroyCommand ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::L3SocketCommandBase.

255 {return new L3SocketDestroyCommand(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::L3SocketCommandBase.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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

Reimplemented from inet::L3SocketCommandBase.

Referenced by inet::doParsimUnpacking().


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