Key conveys MapEntry key information. More...
Public Member Functions | |
Accessors | |
DataType::DataTypeEnum | getDataType () const |
More... | |
const Data & | getData () const |
More... | |
Int64 | getInt () const |
More... | |
UInt64 | getUInt () const |
More... | |
const OmmReal & | getReal () const |
More... | |
float | getFloat () const |
More... | |
double | getDouble () const |
More... | |
const OmmDate & | getDate () const |
More... | |
const OmmTime & | getTime () const |
More... | |
const OmmDateTime & | getDateTime () const |
More... | |
const OmmQos & | getQos () const |
More... | |
const OmmState & | getState () const |
More... | |
UInt16 | getEnum () const |
More... | |
const EmaBuffer & | getBuffer () const |
More... | |
const EmaString & | getAscii () const |
More... | |
const EmaBuffer & | getUtf8 () const |
More... | |
const RmtesBuffer & | getRmtes () const |
More... | |
const OmmError & | getError () const |
More... | |
Destructor | |
class | Map |
class | MapEntry |
virtual | ~Key () |
More... | |
Key contains objects of primitive type (e.g. they are not complex type)
The following code snippet shows extracting of Key and its content while processing MapEntry.
|
virtual |
Destructor.
const EmaString& refinitiv::ema::access::Key::getAscii | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmAscii |
const EmaBuffer& refinitiv::ema::access::Key::getBuffer | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmBuffer |
const Data& refinitiv::ema::access::Key::getData | ( | ) | const |
DataType::DataTypeEnum refinitiv::ema::access::Key::getDataType | ( | ) | const |
const OmmDate& refinitiv::ema::access::Key::getDate | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmDate |
const OmmDateTime& refinitiv::ema::access::Key::getDateTime | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmDateTime |
double refinitiv::ema::access::Key::getDouble | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmDouble |
UInt16 refinitiv::ema::access::Key::getEnum | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmEnum |
const OmmError& refinitiv::ema::access::Key::getError | ( | ) | const |
Returns Error.
OmmInvalidUsageException | if contained object is not OmmError |
float refinitiv::ema::access::Key::getFloat | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmFloat |
Int64 refinitiv::ema::access::Key::getInt | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmInt |
const OmmQos& refinitiv::ema::access::Key::getQos | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmQos |
const OmmReal& refinitiv::ema::access::Key::getReal | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmReal |
const RmtesBuffer& refinitiv::ema::access::Key::getRmtes | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmRmtes |
const OmmState& refinitiv::ema::access::Key::getState | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmState |
const OmmTime& refinitiv::ema::access::Key::getTime | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmTime |
UInt64 refinitiv::ema::access::Key::getUInt | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmUInt |
const EmaBuffer& refinitiv::ema::access::Key::getUtf8 | ( | ) | const |
Returns the current OMM data represented as a specific simple type.
OmmInvalidUsageException | if contained object is not OmmUtf8 |
![]() |
![]() |
|