OnixS ICE iMpact Multicast Price Feed Handler C++ library  8.15.1
API documentation
Export.h File Reference

Go to the source code of this file.

Macros

#define ONIXS_ICEMDH_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define ONIXS_ICEMDH_DEPRECATED   __attribute__ ((__deprecated__))
 
#define ONIXS_ICEMDH_DEPRECATED_EXPORT   ONIXS_ICEMDH_EXPORT ONIXS_ICEMDH_DEPRECATED
 
#define ONIXS_ICEMDH_DEPRECATED_NO_EXPORT   ONIXS_ICEMDH_NO_EXPORT ONIXS_ICEMDH_DEPRECATED
 

Macro Definition Documentation

#define ONIXS_ICEMDH_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file Export.h.

#define ONIXS_ICEMDH_DEPRECATED_EXPORT   ONIXS_ICEMDH_EXPORT ONIXS_ICEMDH_DEPRECATED

Definition at line 29 of file Export.h.

#define ONIXS_ICEMDH_DEPRECATED_NO_EXPORT   ONIXS_ICEMDH_NO_EXPORT ONIXS_ICEMDH_DEPRECATED

Definition at line 33 of file Export.h.

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

Definition at line 20 of file Export.h.