diplib/viewer/export.h file

Declares the DIPVIEWER_EXPORT and DIPVIEWER_NO_EXPORT macros.

Contents

Macros

#define DIPVIEWER_EXPORT
Indicates that the function or class is exported from the shared library.
#define DIPVIEWER_NO_EXPORT
Indicates that the function or class is not exported from the shared library.
#define DIPVIEWER_CLASS_EXPORT
Specifically for classes in a inheritance hierarchy and that must be passed across the executable/shared library interface. See DIP_CLASS_EXPORT for more details.