Go to the source code of this file.
◆ 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:
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.