Workspace 6.21.5
|
Defines symbol import/export macros. More...
Macros | |
#define | CSIRO_EXPORTSPEC |
#define | CSIRO_IMPORTSPEC |
#define | CSIRO_LOCALSPEC |
#define | CSIRO_WORKSPACE_API CSIRO_IMPORTSPEC |
#define CSIRO_EXPORTSPEC |
Use this symbol to mark a class or function as unconditionally exported.
#define CSIRO_IMPORTSPEC |
Use this symbol to mark a class or function as unconditionally imported.
#define CSIRO_LOCALSPEC |
Use this symbol to mark a class or function as unconditionally local. This effectively makes the symbol invisible outside the current library or executable.
#define CSIRO_WORKSPACE_API CSIRO_IMPORTSPEC |