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

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

#include <L3SocketCommand_m.h>

Inheritance diagram for inet::L3SocketCommandBase:
inet::L3SocketBindCommand inet::L3SocketCloseCommand inet::L3SocketClosedIndication inet::L3SocketConnectCommand inet::L3SocketDestroyCommand

Public Member Functions

 L3SocketCommandBase ()
 
 L3SocketCommandBase (const L3SocketCommandBase &other)
 
virtual ~L3SocketCommandBase ()
 
L3SocketCommandBaseoperator= (const L3SocketCommandBase &other)
 
virtual L3SocketCommandBasedup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 

Protected Member Functions

bool operator== (const L3SocketCommandBase &)=delete
 

Private Member Functions

void copy (const L3SocketCommandBase &other)
 

Detailed Description

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

class L3SocketCommandBase extends cObject
{
}

Constructor & Destructor Documentation

◆ L3SocketCommandBase() [1/2]

inet::L3SocketCommandBase::L3SocketCommandBase ( )

◆ L3SocketCommandBase() [2/2]

inet::L3SocketCommandBase::L3SocketCommandBase ( const L3SocketCommandBase other)

◆ ~L3SocketCommandBase()

virtual inet::L3SocketCommandBase::~L3SocketCommandBase ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

◆ parsimUnpack()

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

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