Go to the documentation of this file. 42 #ifndef KDL_PARSER__VISIBILITY_CONTROL_HPP_ 43 #define KDL_PARSER__VISIBILITY_CONTROL_HPP_ 48 #if defined _WIN32 || defined __CYGWIN__ 50 #define KDL_PARSER_EXPORT __attribute__ ((dllexport)) 51 #define KDL_PARSER_IMPORT __attribute__ ((dllimport)) 53 #define KDL_PARSER_EXPORT __declspec(dllexport) 54 #define KDL_PARSER_IMPORT __declspec(dllimport) 56 #ifdef KDL_PARSER_BUILDING_DLL 57 #define KDL_PARSER_PUBLIC KDL_PARSER_EXPORT 59 #define KDL_PARSER_PUBLIC KDL_PARSER_IMPORT 61 #define KDL_PARSER_PUBLIC_TYPE KDL_PARSER_PUBLIC 62 #define KDL_PARSER_LOCAL 64 #define KDL_PARSER_EXPORT __attribute__ ((visibility("default"))) 65 #define KDL_PARSER_IMPORT 67 #define KDL_PARSER_PUBLIC __attribute__ ((visibility("default"))) 68 #define KDL_PARSER_LOCAL __attribute__ ((visibility("hidden"))) 70 #define KDL_PARSER_PUBLIC 71 #define KDL_PARSER_LOCAL 73 #define KDL_PARSER_PUBLIC_TYPE 76 #endif // KDL_PARSER__VISIBILITY_CONTROL_HPP_
kdl_parser
Author(s): Wim Meeussen
, Ioan Sucan , Jackie Kay
autogenerated on Mon Jun 10 2019 13:42:36