|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/tcp_common/TcpHeader.msg:115 by opp_msgtool.
More...
#include <TcpHeader_m.h>
Public Member Functions | |
| TcpOptionNop () | |
| TcpOptionNop (const TcpOptionNop &other) | |
| virtual | ~TcpOptionNop () |
| TcpOptionNop & | operator= (const TcpOptionNop &other) |
| virtual TcpOptionNop * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
Public Member Functions inherited from inet::tcp::TcpOption | |
| TcpOption () | |
| TcpOption (const TcpOption &other) | |
| virtual | ~TcpOption () |
| TcpOption & | operator= (const TcpOption &other) |
| virtual TcpOptionNumbers | getKind () const |
| virtual void | setKind (TcpOptionNumbers kind) |
| virtual unsigned short | getLength () const |
| virtual void | setLength (unsigned short length) |
Protected Member Functions | |
| bool | operator== (const TcpOptionNop &)=delete |
Protected Member Functions inherited from inet::tcp::TcpOption | |
| bool | operator== (const TcpOption &)=delete |
Private Member Functions | |
| void | copy (const TcpOptionNop &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::tcp::TcpOption | |
| TcpOptionNumbers | kind = static_cast<inet::tcp::TcpOptionNumbers>(-1) |
| unsigned short | length = 1 |
Class generated from inet/transportlayer/tcp_common/TcpHeader.msg:115 by opp_msgtool.
class TcpOptionNop extends TcpOption { kind = TCPOPTION_NO_OPERATION; length = 1; }
| inet::tcp::TcpOptionNop::TcpOptionNop | ( | ) |
| inet::tcp::TcpOptionNop::TcpOptionNop | ( | const TcpOptionNop & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::tcp::TcpOption.
| TcpOptionNop& inet::tcp::TcpOptionNop::operator= | ( | const TcpOptionNop & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::tcp::TcpOption.
Referenced by inet::tcp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::tcp::TcpOption.
Referenced by inet::tcp::doParsimUnpacking().