OmmOpaque represents Opaque data format in Omm. More...
Public Member Functions | |
Constructor | |
OmmOpaque () | |
More... | |
Destructor | |
virtual | ~OmmOpaque () |
More... | |
Accessors | |
DataType::DataTypeEnum | getDataType () const |
More... | |
Data::DataCode | getCode () const |
More... | |
const EmaBuffer & | getAsHex () const |
More... | |
const EmaString & | toString () const |
More... | |
const EmaString & | getString () const |
More... | |
const EmaBuffer & | getBuffer () const |
More... | |
![]() | |
virtual | ~ComplexType () |
More... | |
![]() | |
const EmaString & | getCodeAsString () const |
More... | |
operator const char * () const | |
More... | |
virtual | ~Data () |
More... | |
Operations | |
OmmOpaque & | clear () |
More... | |
OmmOpaque & | set (const EmaBuffer &value) |
More... | |
OmmOpaque & | set (const EmaString &value) |
More... | |
Additional Inherited Members | |
![]() | |
enum | DataCode { NoCodeEnum = 0 , BlankEnum = 1 } |
![]() | |
ComplexType () | |
![]() | |
Data () | |
The following code snippet shows setting of Opaque data into FieldList;
The following code snippet shows extraction of Opaque data from FieldList;
Definition at line 72 of file OmmOpaque.h.
refinitiv::ema::access::OmmOpaque::OmmOpaque | ( | ) |
Constructs OmmOpaque
|
virtual |
Destructor.
OmmOpaque& refinitiv::ema::access::OmmOpaque::clear | ( | ) |
|
virtual |
Returns a buffer that in turn provides an alphanumeric null-terminated hexadecimal string representation.
Implements refinitiv::ema::access::Data.
const EmaBuffer& refinitiv::ema::access::OmmOpaque::getBuffer | ( | ) | const |
Returns Opaque buffer.
|
virtual |
Returns the Code, which indicates a special state of a DataType.
Implements refinitiv::ema::access::Data.
|
virtual |
Returns the DataType, which is the type of Omm data. Results in this class type.
Implements refinitiv::ema::access::Data.
const EmaString& refinitiv::ema::access::OmmOpaque::getString | ( | ) | const |
Returns Opaque string.
Specifies Set.
[in] | value | specifies Opaque data using EmaString |
Specifies Set.
[in] | value | specifies Opaque data using EmaBuffer |
|
virtual |
Returns a string representation of the class instance.
Implements refinitiv::ema::access::Data.
![]() |
![]() |
|