OmmUtf8 represents Utf8 string value in Omm.
More...
void decodeData(
const Data& rcvdData )
{
switch ( rcvdData.getDataType() )
{
const EmaBuffer& value =
static_cast< const OmmUtf8&
>( rcvdData ).
getUtf8();
break;
}
}
const EmaBuffer & getUtf8() const
- See also
- Data, EmaString, EmaBuffer
Definition at line 50 of file OmmUtf8.h.
◆ getAsHex()
const EmaBuffer& refinitiv::ema::access::OmmUtf8::getAsHex |
( |
| ) |
const |
|
virtual |
Returns a buffer that in turn provides an alphanumeric null-terminated hexadecimal string representation.
- Returns
- EmaBuffer with the object hex information
Implements refinitiv::ema::access::Data.
◆ getCode()
◆ getDataType()
◆ getUtf8()
const EmaBuffer& refinitiv::ema::access::OmmUtf8::getUtf8 |
( |
| ) |
const |
Returns Utf8.
- Returns
- Utf8 string value contained in EmaBuffer
◆ toString()
const EmaString& refinitiv::ema::access::OmmUtf8::toString |
( |
| ) |
const |
|
virtual |
Returns a string representation of the class instance.
- Returns
- string representation of the class instance (e.g., "-1234" )
Implements refinitiv::ema::access::Data.