RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <Data.h>
Public Member Functions | |
Data (const char *name=NULL, int kind=0) | |
Data (const Data &other) | |
Data & | operator= (const Data &other) |
virtual Data * | dup () const |
![]() | |
virtual | ~Data_Base () |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
virtual int | getDataType () const |
virtual void | setDataType (int dataType) |
virtual int64_t | getEncapMsgLength () const |
virtual void | setEncapMsgLength (int64_t encapMsgLength) |
Private Member Functions | |
void | copy (const Data &other) |
Additional Inherited Members | |
![]() | |
bool | operator== (const Data_Base &) |
Data_Base (const char *name=nullptr, int kind=0) | |
Data_Base (const Data_Base &other) | |
Data_Base & | operator= (const Data_Base &other) |
![]() | |
int | dataType |
int64_t | encapMsgLength |
|
inline |
|
inlineprivate |
Definition at line 39 of file Data.h.
Referenced by Data(), and operator=().
|
inlinevirtual |