|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/common/TLVOption.msg:34 by nedtool.
More...
#include <TLVOption_m.h>
Public Member Functions | |
| TLVOptionRaw () | |
| TLVOptionRaw (const TLVOptionRaw &other) | |
| virtual | ~TLVOptionRaw () |
| TLVOptionRaw & | operator= (const TLVOptionRaw &other) |
| virtual TLVOptionRaw * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual void | setBytesArraySize (unsigned int size) |
| virtual unsigned int | getBytesArraySize () const |
| virtual char | getBytes (unsigned int k) const |
| virtual void | setBytes (unsigned int k, char bytes) |
Public Member Functions inherited from inet::TLVOptionBase | |
| TLVOptionBase () | |
| TLVOptionBase (const TLVOptionBase &other) | |
| virtual | ~TLVOptionBase () |
| TLVOptionBase & | operator= (const TLVOptionBase &other) |
| virtual short | getType () const |
| virtual void | setType (short type) |
| virtual short | getLength () const |
| virtual void | setLength (short length) |
Protected Member Functions | |
| bool | operator== (const TLVOptionRaw &) |
Protected Member Functions inherited from inet::TLVOptionBase | |
| bool | operator== (const TLVOptionBase &) |
Protected Attributes | |
| char * | bytes |
| unsigned int | bytes_arraysize |
Protected Attributes inherited from inet::TLVOptionBase | |
| short | type |
| short | length |
Private Member Functions | |
| void | copy (const TLVOptionRaw &other) |
Class generated from inet/common/TLVOption.msg:34 by nedtool.
class TLVOptionRaw extends TLVOptionBase { char bytes[]; }
| inet::TLVOptionRaw::TLVOptionRaw | ( | ) |
| inet::TLVOptionRaw::TLVOptionRaw | ( | const TLVOptionRaw & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TLVOptionBase.
|
virtual |
|
virtual |
| TLVOptionRaw& inet::TLVOptionRaw::operator= | ( | const TLVOptionRaw & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::TLVOptionBase.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TLVOptionBase.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |