OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
Compiler.h File Reference

Go to the source code of this file.

Macros

#define ONIXS_ICEBOE_EXPORTED
#define ONIXS_ICEBOE_NODISCARD
#define ONIXS_ICEBOE_HOTPATH
#define ONIXS_ICEBOE_COLDPATH
#define ONIXS_ICEBOE_PURE
#define ONIXS_ICEBOE_CXX11
#define ONIXS_ICEBOE_CXX14
#define ONIXS_ICEBOE_CXX17
#define ONIXS_ICEBOE_CXX20
#define ONIXS_ICEBOE_UNUSED
#define ONIXS_ICEBOE_CXX17_NOEXCEPT   0
#define ONIXS_ICEBOE_PRAGMA(x)
#define ONIXS_ICEBOE_DATA_PACKING_BEGIN(alignment)
#define ONIXS_ICEBOE_DATA_PACKING_END   ONIXS_ICEBOE_PRAGMA(pack(pop))

Macro Definition Documentation

◆ ONIXS_ICEBOE_COLDPATH

#define ONIXS_ICEBOE_COLDPATH

Definition at line 156 of file Compiler.h.

◆ ONIXS_ICEBOE_CXX11

#define ONIXS_ICEBOE_CXX11

Definition at line 158 of file Compiler.h.

◆ ONIXS_ICEBOE_CXX14

#define ONIXS_ICEBOE_CXX14

Definition at line 159 of file Compiler.h.

◆ ONIXS_ICEBOE_CXX17

#define ONIXS_ICEBOE_CXX17

Definition at line 160 of file Compiler.h.

◆ ONIXS_ICEBOE_CXX17_NOEXCEPT

#define ONIXS_ICEBOE_CXX17_NOEXCEPT   0

Definition at line 163 of file Compiler.h.

◆ ONIXS_ICEBOE_CXX20

#define ONIXS_ICEBOE_CXX20

Definition at line 161 of file Compiler.h.

◆ ONIXS_ICEBOE_DATA_PACKING_BEGIN

#define ONIXS_ICEBOE_DATA_PACKING_BEGIN ( alignment)
Value:
ONIXS_ICEBOE_PRAGMA(pack(push, alignment))
#define ONIXS_ICEBOE_PRAGMA(x)
Definition Compiler.h:164

Definition at line 167 of file Compiler.h.

◆ ONIXS_ICEBOE_DATA_PACKING_END

#define ONIXS_ICEBOE_DATA_PACKING_END   ONIXS_ICEBOE_PRAGMA(pack(pop))

Definition at line 168 of file Compiler.h.

◆ ONIXS_ICEBOE_EXPORTED

#define ONIXS_ICEBOE_EXPORTED

Definition at line 153 of file Compiler.h.

◆ ONIXS_ICEBOE_HOTPATH

#define ONIXS_ICEBOE_HOTPATH

Definition at line 155 of file Compiler.h.

◆ ONIXS_ICEBOE_NODISCARD

#define ONIXS_ICEBOE_NODISCARD

Definition at line 154 of file Compiler.h.

◆ ONIXS_ICEBOE_PRAGMA

#define ONIXS_ICEBOE_PRAGMA ( x)

Definition at line 164 of file Compiler.h.

◆ ONIXS_ICEBOE_PURE

#define ONIXS_ICEBOE_PURE

Definition at line 157 of file Compiler.h.

◆ ONIXS_ICEBOE_UNUSED

#define ONIXS_ICEBOE_UNUSED

Definition at line 162 of file Compiler.h.