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

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

#include <SocketCommand_m.h>

Inheritance diagram for inet::SocketCloseCommand:
inet::SocketCommandBase

Public Member Functions

 SocketCloseCommand ()
 
 SocketCloseCommand (const SocketCloseCommand &other)
 
virtual ~SocketCloseCommand ()
 
SocketCloseCommandoperator= (const SocketCloseCommand &other)
 
virtual SocketCloseCommanddup () 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 SocketCloseCommand &)=delete
 
- Protected Member Functions inherited from inet::SocketCommandBase
bool operator== (const SocketCommandBase &)=delete
 

Private Member Functions

void copy (const SocketCloseCommand &other)
 

Detailed Description

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

class SocketCloseCommand extends SocketCommandBase
{
}

Constructor & Destructor Documentation

◆ SocketCloseCommand() [1/2]

inet::SocketCloseCommand::SocketCloseCommand ( )

◆ SocketCloseCommand() [2/2]

inet::SocketCloseCommand::SocketCloseCommand ( const SocketCloseCommand other)

◆ ~SocketCloseCommand()

virtual inet::SocketCloseCommand::~SocketCloseCommand ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::SocketCommandBase.

182 {return new SocketCloseCommand(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::SocketCommandBase.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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