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

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

#include <L3SocketCommand_m.h>

Inheritance diagram for inet::L3SocketCloseCommand:
inet::L3SocketCommandBase

Public Member Functions

 L3SocketCloseCommand ()
 
 L3SocketCloseCommand (const L3SocketCloseCommand &other)
 
virtual ~L3SocketCloseCommand ()
 
L3SocketCloseCommandoperator= (const L3SocketCloseCommand &other)
 
virtual L3SocketCloseCommanddup () 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 L3SocketCloseCommand &)=delete
 
- Protected Member Functions inherited from inet::L3SocketCommandBase
bool operator== (const L3SocketCommandBase &)=delete
 

Private Member Functions

void copy (const L3SocketCloseCommand &other)
 

Detailed Description

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

class L3SocketCloseCommand extends L3SocketCommandBase
{
}

Constructor & Destructor Documentation

◆ L3SocketCloseCommand() [1/2]

inet::L3SocketCloseCommand::L3SocketCloseCommand ( )

◆ L3SocketCloseCommand() [2/2]

inet::L3SocketCloseCommand::L3SocketCloseCommand ( const L3SocketCloseCommand other)

◆ ~L3SocketCloseCommand()

virtual inet::L3SocketCloseCommand::~L3SocketCloseCommand ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::L3SocketCommandBase.

224 {return new L3SocketCloseCommand(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::L3SocketCommandBase.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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