ComplexType class is a parent class from whom all complex data types inherit. More...
Destructor | |
virtual | ~ComplexType () |
More... | |
ComplexType () | |
Additional Inherited Members | |
![]() | |
enum | DataCode { NoCodeEnum = 0 , BlankEnum = 1 } |
![]() | |
const EmaString & | getCodeAsString () const |
More... | |
virtual DataType::DataTypeEnum | getDataType () const =0 |
More... | |
virtual DataCode | getCode () const =0 |
More... | |
virtual const EmaBuffer & | getAsHex () const =0 |
More... | |
virtual const EmaString & | toString () const =0 |
More... | |
operator const char * () const | |
More... | |
virtual | ~Data () |
More... | |
![]() | |
Data () | |
ComplexType class represents all OMM Data constructs set-able as message payload.
Definition at line 33 of file ComplexType.h.
|
virtual |
Destructor.
![]() |
![]() |
|