OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
Export.h File Reference

Go to the source code of this file.

Macros

#define ONIXS_ILINK3_EXPORTED   __attribute__((visibility("default")))
 
#define ONIXS_ILINK3_INTERNAL   __attribute__((visibility("hidden")))
 
#define ONIXS_CME_ILINK3_DEPRECATED   __attribute__ ((__deprecated__))
 
#define ONIXS_CME_ILINK3_DEPRECATED_EXPORT   ONIXS_ILINK3_EXPORTED ONIXS_CME_ILINK3_DEPRECATED
 
#define ONIXS_CME_ILINK3_DEPRECATED_NO_EXPORT   ONIXS_ILINK3_INTERNAL ONIXS_CME_ILINK3_DEPRECATED
 

Macro Definition Documentation

#define ONIXS_CME_ILINK3_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file Export.h.

#define ONIXS_CME_ILINK3_DEPRECATED_EXPORT   ONIXS_ILINK3_EXPORTED ONIXS_CME_ILINK3_DEPRECATED

Definition at line 29 of file Export.h.

#define ONIXS_CME_ILINK3_DEPRECATED_NO_EXPORT   ONIXS_ILINK3_INTERNAL ONIXS_CME_ILINK3_DEPRECATED

Definition at line 33 of file Export.h.

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

Definition at line 15 of file Export.h.

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

Definition at line 20 of file Export.h.