OnixS C++ B3 BOE Binary Order Entry 1.3.0
API Documentation
Loading...
Searching...
No Matches
Export.h File Reference

Go to the source code of this file.

Macros

#define ONIXS_B3_BOE_EXPORTED   __attribute__((visibility("default")))
#define ONIXS_B3_BOE_INTERNAL   __attribute__((visibility("hidden")))
#define ONIXS_B3_BOE_DEPRECATED   __attribute__ ((__deprecated__))
#define ONIXS_B3_BOE_DEPRECATED_EXPORT   ONIXS_B3_BOE_EXPORTED ONIXS_B3_BOE_DEPRECATED
#define ONIXS_B3_BOE_DEPRECATED_NO_EXPORT   ONIXS_B3_BOE_INTERNAL ONIXS_B3_BOE_DEPRECATED

Macro Definition Documentation

◆ ONIXS_B3_BOE_DEPRECATED

#define ONIXS_B3_BOE_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file Export.h.

◆ ONIXS_B3_BOE_DEPRECATED_EXPORT

#define ONIXS_B3_BOE_DEPRECATED_EXPORT   ONIXS_B3_BOE_EXPORTED ONIXS_B3_BOE_DEPRECATED

Definition at line 29 of file Export.h.

◆ ONIXS_B3_BOE_DEPRECATED_NO_EXPORT

#define ONIXS_B3_BOE_DEPRECATED_NO_EXPORT   ONIXS_B3_BOE_INTERNAL ONIXS_B3_BOE_DEPRECATED

Definition at line 33 of file Export.h.

◆ ONIXS_B3_BOE_EXPORTED

#define ONIXS_B3_BOE_EXPORTED   __attribute__((visibility("default")))

Definition at line 15 of file Export.h.

◆ ONIXS_B3_BOE_INTERNAL

#define ONIXS_B3_BOE_INTERNAL   __attribute__((visibility("hidden")))

Definition at line 20 of file Export.h.