OmmArrayEntry represents an entry of OmmArray.
More...
OmmArrayEntry associates entry's data and its data type.
{
while ( array.forth() )
{
const ArrayEntry& aEntry = array.getEntry();
switch ( aEntry.getLoadType() )
{
aEntry.getInt();
break;
}
}
}
- See also
- Data, OmmArray, EmaString, EmaBuffer, OmmReal, OmmDate, OmmTime, OmmDateTime, OmmQos, OmmState, OmmError
Definition at line 77 of file OmmArrayEntry.h.
◆ getAscii()
const EmaString& refinitiv::ema::access::OmmArrayEntry::getAscii |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- EmaString
◆ getBuffer()
const EmaBuffer& refinitiv::ema::access::OmmArrayEntry::getBuffer |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- EmaBuffer
◆ getCode()
Data::DataCode refinitiv::ema::access::OmmArrayEntry::getCode |
( |
| ) |
const |
Returns the Code of the entry's load. The code indicates a special state of a Data.
- Returns
- data code of the contained object
◆ getDate()
const OmmDate& refinitiv::ema::access::OmmArrayEntry::getDate |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- OmmDate class reference to contained object
◆ getDateTime()
const OmmDateTime& refinitiv::ema::access::OmmArrayEntry::getDateTime |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- OmmDateTime class reference to contained object
◆ getDouble()
double refinitiv::ema::access::OmmArrayEntry::getDouble |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- double
◆ getEnum()
UInt16 refinitiv::ema::access::OmmArrayEntry::getEnum |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- UInt16
◆ getError()
const OmmError& refinitiv::ema::access::OmmArrayEntry::getError |
( |
| ) |
const |
Returns Error.
- Exceptions
-
- Returns
- OmmError class reference to contained object
◆ getFloat()
float refinitiv::ema::access::OmmArrayEntry::getFloat |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- float
◆ getInt()
Int64 refinitiv::ema::access::OmmArrayEntry::getInt |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- Int64
◆ getLoad()
const Data& refinitiv::ema::access::OmmArrayEntry::getLoad |
( |
| ) |
const |
Returns the contained Data based on the DataType.
- Returns
- Data class reference to contained object
◆ getLoadType()
Returns the DataType of the entry's load.
- Returns
- data type of the contained object
◆ getQos()
const OmmQos& refinitiv::ema::access::OmmArrayEntry::getQos |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- OmmQos class reference to contained object
◆ getReal()
const OmmReal& refinitiv::ema::access::OmmArrayEntry::getReal |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- OmmReal class reference to contained object
◆ getRmtes()
const RmtesBuffer& refinitiv::ema::access::OmmArrayEntry::getRmtes |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- RmtesBuffer
◆ getState()
const OmmState& refinitiv::ema::access::OmmArrayEntry::getState |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- OmmState class reference to contained object
◆ getTime()
const OmmTime& refinitiv::ema::access::OmmArrayEntry::getTime |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- ommTime class reference to contained object
◆ getUInt()
UInt64 refinitiv::ema::access::OmmArrayEntry::getUInt |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- UInt64
◆ getUtf8()
const EmaBuffer& refinitiv::ema::access::OmmArrayEntry::getUtf8 |
( |
| ) |
const |
Returns the current OMM data represented as a specific simple type.
- Exceptions
-
- Returns
- EmaBuffer
◆ toString()
const EmaString& refinitiv::ema::access::OmmArrayEntry::toString |
( |
| ) |
const |
Returns a string representation of the class instance.
- Returns
- string representation of the class instance