OnixS C++ CME MDP Premium Market Data Handler 5.10.3
Users' manual and API documentation
Loading...
Searching...
No Matches
Compiler.h File Reference

Go to the source code of this file.

Macros

#define ONIXS_CMEMDH_EXPORTED
#define ONIXS_CMEMDH_NORETURN
#define ONIXS_CMEMDH_NODISCARD
#define ONIXS_CMEMDH_HOTPATH
#define ONIXS_CMEMDH_COLDPATH
#define ONIXS_CMEMDH_PURE
#define ONIXS_CMEMDH_CXX11
#define ONIXS_CMEMDH_CXX14
#define ONIXS_CMEMDH_CXX17
#define ONIXS_CMEMDH_CXX20
#define ONIXS_CMEMDH_FORCEINLINE
#define ONIXS_CMEMDH_UNUSED
#define ONIXS_CMEMDH_PRAGMA(x)
#define ONIXS_CMEMDH_MESSAGING_NO_DEPRECATED
#define ONIXS_CMEMDH_NO_DEPRECATED
#define ONIXS_CMEMDH_DEPRECATED
#define ONIXS_CMEMDH_DEPRECATED_HEADER(msg)
#define ONIXS_CMEMDH_DISABLE_DEPRECATED_WARNINGS
#define ONIXS_CMEMDH_DISABLE_DEPRECATED_WARNINGS_END
#define ONIXS_CMEMDH_DATA_PACKING_BEGIN(alignment)
#define ONIXS_CMEMDH_DATA_PACKING_END   ONIXS_CMEMDH_PRAGMA(pack(pop))
#define ONIXS_CMEMDH_PUSH_MACRO(name)
#define ONIXS_CMEMDH_POP_MACRO(name)

Macro Definition Documentation

◆ ONIXS_CMEMDH_COLDPATH

#define ONIXS_CMEMDH_COLDPATH

Definition at line 153 of file Compiler.h.

◆ ONIXS_CMEMDH_CXX11

#define ONIXS_CMEMDH_CXX11

Definition at line 156 of file Compiler.h.

◆ ONIXS_CMEMDH_CXX14

#define ONIXS_CMEMDH_CXX14

Definition at line 157 of file Compiler.h.

◆ ONIXS_CMEMDH_CXX17

#define ONIXS_CMEMDH_CXX17

Definition at line 158 of file Compiler.h.

◆ ONIXS_CMEMDH_CXX20

#define ONIXS_CMEMDH_CXX20

Definition at line 159 of file Compiler.h.

◆ ONIXS_CMEMDH_DATA_PACKING_BEGIN

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

Definition at line 175 of file Compiler.h.

◆ ONIXS_CMEMDH_DATA_PACKING_END

#define ONIXS_CMEMDH_DATA_PACKING_END   ONIXS_CMEMDH_PRAGMA(pack(pop))

Definition at line 176 of file Compiler.h.

◆ ONIXS_CMEMDH_DEPRECATED

#define ONIXS_CMEMDH_DEPRECATED

Definition at line 167 of file Compiler.h.

◆ ONIXS_CMEMDH_DEPRECATED_HEADER

#define ONIXS_CMEMDH_DEPRECATED_HEADER ( msg)

Definition at line 168 of file Compiler.h.

◆ ONIXS_CMEMDH_DISABLE_DEPRECATED_WARNINGS

#define ONIXS_CMEMDH_DISABLE_DEPRECATED_WARNINGS

Definition at line 170 of file Compiler.h.

◆ ONIXS_CMEMDH_DISABLE_DEPRECATED_WARNINGS_END

#define ONIXS_CMEMDH_DISABLE_DEPRECATED_WARNINGS_END

Definition at line 171 of file Compiler.h.

◆ ONIXS_CMEMDH_EXPORTED

#define ONIXS_CMEMDH_EXPORTED

Definition at line 148 of file Compiler.h.

◆ ONIXS_CMEMDH_FORCEINLINE

#define ONIXS_CMEMDH_FORCEINLINE

Definition at line 161 of file Compiler.h.

◆ ONIXS_CMEMDH_HOTPATH

#define ONIXS_CMEMDH_HOTPATH

Definition at line 152 of file Compiler.h.

◆ ONIXS_CMEMDH_MESSAGING_NO_DEPRECATED

#define ONIXS_CMEMDH_MESSAGING_NO_DEPRECATED

Definition at line 165 of file Compiler.h.

◆ ONIXS_CMEMDH_NO_DEPRECATED

#define ONIXS_CMEMDH_NO_DEPRECATED

Definition at line 166 of file Compiler.h.

◆ ONIXS_CMEMDH_NODISCARD

#define ONIXS_CMEMDH_NODISCARD

Definition at line 150 of file Compiler.h.

◆ ONIXS_CMEMDH_NORETURN

#define ONIXS_CMEMDH_NORETURN

Definition at line 149 of file Compiler.h.

◆ ONIXS_CMEMDH_POP_MACRO

#define ONIXS_CMEMDH_POP_MACRO ( name)
Value:
ONIXS_CMEMDH_PRAGMA(pop_macro(name))

Definition at line 179 of file Compiler.h.

◆ ONIXS_CMEMDH_PRAGMA

#define ONIXS_CMEMDH_PRAGMA ( x)

Definition at line 164 of file Compiler.h.

◆ ONIXS_CMEMDH_PURE

#define ONIXS_CMEMDH_PURE

Definition at line 154 of file Compiler.h.

◆ ONIXS_CMEMDH_PUSH_MACRO

#define ONIXS_CMEMDH_PUSH_MACRO ( name)
Value:
ONIXS_CMEMDH_PRAGMA(push_macro(name))

Definition at line 178 of file Compiler.h.

◆ ONIXS_CMEMDH_UNUSED

#define ONIXS_CMEMDH_UNUSED

Definition at line 162 of file Compiler.h.