#include <OnixS/CboeCFE/Trading/BOE/Export.h>
#include <OnixS/CboeCFE/Trading/BOE/Compiler.h>
Go to the source code of this file.
#define ONIXS_CBOE_CFE_BOE_API_DECL |
( |
|
typeKind, |
|
|
|
typeName |
|
) |
| typeKind typeName |
Definition at line 31 of file ABI.h.
#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;\
}
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
Definition at line 38 of file ABI.h.
#define ONIXS_CBOE_CFE_BOE_THROWABLE ONIXS_CBOE_CFE_BOE_API |
Definition at line 34 of file ABI.h.