file
VisibilityMacros.hMacro CORRADE_
Contents
- Reference
Defines
- #define CORRADE_VISIBILITY_EXPORT
- Export symbol into shared library.
- #define CORRADE_VISIBILITY_IMPORT
- Import symbol from shared library.
- #define CORRADE_VISIBILITY_STATIC
- Public symbol in static library.
- #define CORRADE_VISIBILITY_LOCAL
- Local symbol.
Define documentation
#define CORRADE_VISIBILITY_LOCAL
Local symbol.
The symbol name will not be exported into shared or static library.