INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:135
by nedtool.
More...
#include <TCPSegment_m.h>
Public Member Functions | |
TCPOptionEnd () | |
TCPOptionEnd (const TCPOptionEnd &other) | |
virtual | ~TCPOptionEnd () |
TCPOptionEnd & | operator= (const TCPOptionEnd &other) |
virtual TCPOptionEnd * | 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 unsigned short | getKind () const |
virtual void | setKind (unsigned short kind) |
virtual unsigned short | getLength () const |
virtual void | setLength (unsigned short length) |
Protected Member Functions | |
bool | operator== (const TCPOptionEnd &) |
Protected Member Functions inherited from inet::tcp::TCPOption | |
bool | operator== (const TCPOption &) |
Private Member Functions | |
void | copy (const TCPOptionEnd &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::tcp::TCPOption | |
unsigned short | kind |
unsigned short | length |
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:135
by nedtool.
class TCPOptionEnd extends TCPOption { kind = TCPOPTION_END_OF_OPTION_LIST; length = 1; }
inet::tcp::TCPOptionEnd::TCPOptionEnd | ( | ) |
inet::tcp::TCPOptionEnd::TCPOptionEnd | ( | const TCPOptionEnd & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::tcp::TCPOption.
TCPOptionEnd& inet::tcp::TCPOptionEnd::operator= | ( | const TCPOptionEnd & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::tcp::TCPOption.
Referenced by inet::tcp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::tcp::TCPOption.
Referenced by inet::tcp::doParsimUnpacking().