EMA C++ Edition
Namespaces | Macros | Typedefs
Common.h File Reference

Common.h file provides definitions of common variable types used in EMA. More...

Go to the source code of this file.

Namespaces

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
 

Macros

#define EMA_ACCESS_API
 

Typedefs

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
 

Detailed Description

"Access/Include/Common.h"

Definition in file Common.h.