Workspace 6.21.5
Macros
api_workspace.h File Reference

Defines symbol import/export macros. More...

This graph shows which files directly or indirectly include this file:

Macros

#define CSIRO_EXPORTSPEC
 
#define CSIRO_IMPORTSPEC
 
#define CSIRO_LOCALSPEC
 
#define CSIRO_WORKSPACE_API   CSIRO_IMPORTSPEC
 

Macro Definition Documentation

◆ CSIRO_EXPORTSPEC

#define CSIRO_EXPORTSPEC

Use this symbol to mark a class or function as unconditionally exported.

◆ CSIRO_IMPORTSPEC

#define CSIRO_IMPORTSPEC

Use this symbol to mark a class or function as unconditionally imported.

◆ CSIRO_LOCALSPEC

#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.

◆ CSIRO_WORKSPACE_API

#define CSIRO_WORKSPACE_API   CSIRO_IMPORTSPEC