Corrade/Utility/VisibilityMacros.h file

Macro CORRADE_VISIBILITY_EXPORT, CORRADE_VISIBILITY_IMPORT, CORRADE_VISIBILITY_STATIC, CORRADE_VISIBILITY_LOCAL.

Contents

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.