BLPAPI C++ 3.26.6
Loading...
Searching...
No Matches
blpapi_types.h File Reference
#include <cassert>
#include <cstddef>
#include <iterator>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

struct  DataType
class  Bytes

Typedefs

typedef blpapi_Bool_t Bool
 Boolean type alias.
typedef blpapi_Char_t Char
 8-bit character type alias.
typedef blpapi_UChar_t UChar
 8-bit unsigned integer type alias.
typedef blpapi_Int16_t Int16
 16-bit signed integer type alias.
typedef blpapi_UInt16_t UInt16
 16-bit unsigned integer type alias.
typedef blpapi_Int32_t Int32
 32-bit signed integer type alias.
typedef blpapi_UInt32_t UInt32
 32-bit unsigned integer type alias.
typedef blpapi_Int64_t Int64
 64-bit signed integer type alias.
typedef blpapi_UInt64_t UInt64
 64-bit unsigned integer type alias.
typedef blpapi_Float32_t Float32
 32-bit IEEE 754 float type alias.
typedef blpapi_Float64_t Float64
 64-bit IEEE 754 float type alias.

Detailed Description

Provide BLPAPI types.