OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.0
API documentation
Loading...
Searching...
No Matches
ABI.h File Reference

Go to the source code of this file.

Macros

#define ONIXS_CBOE_CFE_BOE_API_DECL(typeKind, typeName)
#define ONIXS_CBOE_CFE_BOE_THROWABLE   ONIXS_CBOE_CFE_BOE_API
#define ONIXS_CBOE_CFE_BOE_DECLARE_T0_STR_FUNCTIONS(Type)
#define ONIXS_BATS_BOE_NOEXCEPT   ONIXS_BATS_BOE_NOTHROW

Macro Definition Documentation

◆ ONIXS_BATS_BOE_NOEXCEPT

#define ONIXS_BATS_BOE_NOEXCEPT   ONIXS_BATS_BOE_NOTHROW

Definition at line 49 of file ABI.h.

◆ ONIXS_CBOE_CFE_BOE_API_DECL

#define ONIXS_CBOE_CFE_BOE_API_DECL ( typeKind,
typeName )
Value:
typeKind typeName

Definition at line 31 of file ABI.h.

◆ ONIXS_CBOE_CFE_BOE_DECLARE_T0_STR_FUNCTIONS

#define ONIXS_CBOE_CFE_BOE_DECLARE_T0_STR_FUNCTIONS ( Type)
Value:
\
ONIXS_CBOE_CFE_BOE_API void toStr(std::string&, Type); \ \
inline std::string toStr(const Type& value)\
{\
std::string str;\
toStr(str, value);\
return str;\
}

Definition at line 38 of file ABI.h.

◆ ONIXS_CBOE_CFE_BOE_THROWABLE

#define ONIXS_CBOE_CFE_BOE_THROWABLE   ONIXS_CBOE_CFE_BOE_API

Definition at line 34 of file ABI.h.