
Go to the documentation of this file. 2 #ifndef VTKTESTINGCORE_EXPORT_H 3 #define VTKTESTINGCORE_EXPORT_H 5 #ifdef VTKTESTINGCORE_STATIC_DEFINE 6 # define VTKTESTINGCORE_EXPORT 7 # define VTKTESTINGCORE_NO_EXPORT 9 # ifndef VTKTESTINGCORE_EXPORT 10 # ifdef TestingCore_EXPORTS 12 # define VTKTESTINGCORE_EXPORT __attribute__((visibility("default"))) 15 # define VTKTESTINGCORE_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKTESTINGCORE_NO_EXPORT 20 # define VTKTESTINGCORE_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKTESTINGCORE_DEPRECATED 25 # define VTKTESTINGCORE_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKTESTINGCORE_DEPRECATED_EXPORT 29 # define VTKTESTINGCORE_DEPRECATED_EXPORT VTKTESTINGCORE_EXPORT VTKTESTINGCORE_DEPRECATED 32 #ifndef VTKTESTINGCORE_DEPRECATED_NO_EXPORT 33 # define VTKTESTINGCORE_DEPRECATED_NO_EXPORT VTKTESTINGCORE_NO_EXPORT VTKTESTINGCORE_DEPRECATED 37 # ifndef VTKTESTINGCORE_NO_DEPRECATED 38 # define VTKTESTINGCORE_NO_DEPRECATED