NDEVR
API Documentation
DLLInfo.h

Provides cross-platform DLL export/import macros for the IOFactory module. More...

#include <NDEVRConfig.h>
Include dependency graph for DLLInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NDEVR_FACTORY_API   __attribute__ ((visibility("default")))
 GCC/Clang symbol visibility — marks symbols as visible in the shared library.
#define NDEVR_FACTORY_T_API
 Template export companion — empty for GCC/Clang builds.

Detailed Description

Provides cross-platform DLL export/import macros for the IOFactory module.


Defines NDEVR_FACTORY_API and NDEVR_FACTORY_T_API to control symbol visibility when building or consuming the IOFactory shared library. Supports MSVC, Qt, and GCC/Clang

toolchains.

Definition in file DLLInfo.h.