9#ifndef __refinitiv_ema_access_ElementEntry_h
10#define __refinitiv_ema_access_ElementEntry_h
94class ElementListDecoder;
349 ElementListDecoder* _pDecoder;
350 const Data*
const* _pLoad;
*|--------------------------------------------------------------------------—
long long Int64
represents 64-bit signed integer
unsigned short UInt16
represents 16-bit unsigned integer
unsigned long long UInt64
represents 64-bit unsigned integer
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
AckMsg indicates success or failure of PostMsg.
Data class is a parent abstract class defining common interfaces for all Data type classes.
ElementEntry represents an entry of ElementList.
const EmaBuffer & getUtf8() const
const OmmOpaque & getOpaque() const
const GenericMsg & getGenericMsg() const
const OmmDate & getDate() const
Data::DataCode getCode() const
const OmmState & getState() const
const OmmTime & getTime() const
const OmmXml & getXml() const
const ReqMsg & getReqMsg() const
const ElementList & getElementList() const
const Map & getMap() const
const EmaString & getAscii() const
const UpdateMsg & getUpdateMsg() const
const FilterList & getFilterList() const
const EmaString & toString() const
const OmmQos & getQos() const
const Data & getLoad() const
DataType::DataTypeEnum getLoadType() const
const RefreshMsg & getRefreshMsg() const
const Vector & getVector() const
const FieldList & getFieldList() const
const EmaBuffer & getBuffer() const
const OmmAnsiPage & getAnsiPage() const
const OmmError & getError() const
const StatusMsg & getStatusMsg() const
const OmmDateTime & getDateTime() const
const EmaString & getName() const
const OmmArray & getArray() const
const AckMsg & getAckMsg() const
const PostMsg & getPostMsg() const
const RmtesBuffer & getRmtes() const
const Series & getSeries() const
const OmmReal & getReal() const
ElementList is a heterogeneous container of complex and primitive data type entries.
EmaBuffer represents a general use binary buffer.
EmaString class is a container of a null terminated Ascii character string.
FieldList is a heterogeneous container of complex and primitive data type entries.
FilterList is a heterogeneous container of complex data type entries.
GenericMsg allows applications to bidirectionally send messages without any implied message semantics...
Map is a homogeneous container of complex data type entries.
OmmAnsiPage represents AnsiPage data format in Omm.
OmmArray is a homogeneous container of primitive data type entries.
OmmDate represents Date info in Omm.
OmmDateTime represents DateTime info in Omm.
OmmError represents received Omm data who fails to process properly.
OmmOpaque represents Opaque data format in Omm.
OmmReal represents Real number in Omm.
OmmState represents State information in Omm.
OmmTime represents Time info in Omm.
OmmXml represents XML data format in Omm.
PostMsg allows consumer applications to contribute content.
RefreshMsg conveys item image, state, permission and group information.
ReqMsg allows consumer application to express its interest in an item.
RmtesBuffer represents RMTES data.
Series is a homogeneous container of complex data type entries.
StatusMsg conveys item state information.
UpdateMsg conveys changes to item data.
Vector is a homogeneous container of complex data type entries.