portability.hh File Reference

Defines

#define ROBOPTIM_DLLIMPORT
#define ROBOPTIM_DLLEXPORT
#define ROBOPTIM_DLLLOCAL
#define ROBOPTIM_DLLAPI   ROBOPTIM_DLLIMPORT
#define ROBOPTIM_LOCAL   ROBOPTIM_DLLLOCAL
#define ROBOPTIM_UNUSED
#define ROBOPTIM_ALLOW_DEPRECATED_ON
#define ROBOPTIM_ALLOW_DEPRECATED_OFF
#define ROBOPTIM_ALLOW_ATTRIBUTES_ON
#define ROBOPTIM_ALLOW_ATTRIBUTES_OFF

Define Documentation

Value:
/* Re-enable deprecated warning */  \
    _Pragma ("GCC diagnostic pop")
Value:
/* Disable deprecated warning */   \
    _Pragma ("GCC diagnostic push")    \
    _Pragma ("GCC diagnostic ignored \"-Wdeprecated-declarations\"")
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines