Common.h file provides definitions of common variable types used in EMA.
More...
Go to the source code of this file.
|
namespace | access |
| The access namespace contains all interfaces and definitions specified for use with the EMA Access package.
|
|
namespace | refinitiv |
| *|--------------------------------------------------------------------------—
|
|
namespace | refinitiv::ema |
|
namespace | refinitiv::ema::access |
|
|
typedef double | refinitiv::ema::access::Double |
| represents 8-byte floating point value
|
|
typedef short | refinitiv::ema::access::Int16 |
| represents 16-bit signed integer
|
|
typedef int | refinitiv::ema::access::Int32 |
| represents 32-bit signed integer
|
|
typedef long long | refinitiv::ema::access::Int64 |
| represents 64-bit signed integer
|
|
typedef signed char | refinitiv::ema::access::Int8 |
| represents 8-bit signed integer
|
|
typedef unsigned short | refinitiv::ema::access::UInt16 |
| represents 16-bit unsigned integer
|
|
typedef unsigned int | refinitiv::ema::access::UInt32 |
| represents 32-bit unsigned integer
|
|
typedef unsigned long long | refinitiv::ema::access::UInt64 |
| represents 64-bit unsigned integer
|
|
typedef unsigned char | refinitiv::ema::access::UInt8 |
| represents 8-bit unsigned integer
|
|
"Access/Include/Common.h"
Definition in file Common.h.