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

Class generated from inet/common/socket/SocketCommand.msg:43 by opp_msgtool. More...

#include <SocketCommand_m.h>

Inheritance diagram for inet::SocketDestroyCommand:
inet::SocketCommandBase

Public Member Functions

 SocketDestroyCommand ()
 
 SocketDestroyCommand (const SocketDestroyCommand &other)
 
virtual ~SocketDestroyCommand ()
 
SocketDestroyCommandoperator= (const SocketDestroyCommand &other)
 
virtual SocketDestroyCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::SocketCommandBase
 SocketCommandBase ()
 
 SocketCommandBase (const SocketCommandBase &other)
 
virtual ~SocketCommandBase ()
 
SocketCommandBaseoperator= (const SocketCommandBase &other)
 

Protected Member Functions

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

Private Member Functions

void copy (const SocketDestroyCommand &other)
 

Detailed Description

Class generated from inet/common/socket/SocketCommand.msg:43 by opp_msgtool.

class SocketDestroyCommand extends SocketCommandBase
{
}

Constructor & Destructor Documentation

◆ SocketDestroyCommand() [1/2]

inet::SocketDestroyCommand::SocketDestroyCommand ( )

◆ SocketDestroyCommand() [2/2]

inet::SocketDestroyCommand::SocketDestroyCommand ( const SocketDestroyCommand other)

◆ ~SocketDestroyCommand()

virtual inet::SocketDestroyCommand::~SocketDestroyCommand ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::SocketCommandBase.

213 {return new SocketDestroyCommand(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::SocketCommandBase.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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

Reimplemented from inet::SocketCommandBase.

Referenced by inet::doParsimUnpacking().


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