|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/common/TlvOptions.msg:12 by opp_msgtool.
More...
#include <TlvOptions_m.h>
Public Member Functions | |
| TlvOptionBase () | |
| TlvOptionBase (const TlvOptionBase &other) | |
| virtual | ~TlvOptionBase () |
| TlvOptionBase & | operator= (const TlvOptionBase &other) |
| virtual TlvOptionBase * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual short | getType () const |
| virtual void | setType (short type) |
| virtual short | getLength () const |
| virtual void | setLength (short length) |
Protected Member Functions | |
| bool | operator== (const TlvOptionBase &)=delete |
Protected Attributes | |
| short | type = -1 |
| short | length = 0 |
Private Member Functions | |
| void | copy (const TlvOptionBase &other) |
Class generated from inet/common/TlvOptions.msg:12 by opp_msgtool.
class TlvOptionBase extends cObject { @packetData; short type = -1; short length = 0; // total length of option }
| inet::TlvOptionBase::TlvOptionBase | ( | ) |
| inet::TlvOptionBase::TlvOptionBase | ( | const TlvOptionBase & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
Referenced by inet::Ipv4HeaderSerializer::serializeOption().
| TlvOptionBase& inet::TlvOptionBase::operator= | ( | const TlvOptionBase & | other | ) |
|
protecteddelete |
|
overridevirtual |
|
overridevirtual |
|
virtual |
Referenced by inet::Gpsr::createGpsrOption().
|
virtual |
Referenced by inet::Gpsr::setGpsrOptionOnNetworkDatagram().
|
protected |
|
protected |