OGS
numlib_export.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NUMLIB_EXPORT
 
#define NUMLIB_NO_EXPORT
 
#define NUMLIB_DEPRECATED   __attribute__ ((__deprecated__))
 
#define NUMLIB_DEPRECATED_EXPORT   NUMLIB_EXPORT NUMLIB_DEPRECATED
 
#define NUMLIB_DEPRECATED_NO_EXPORT   NUMLIB_NO_EXPORT NUMLIB_DEPRECATED
 

Macro Definition Documentation

◆ NUMLIB_DEPRECATED

#define NUMLIB_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file numlib_export.h.

◆ NUMLIB_DEPRECATED_EXPORT

#define NUMLIB_DEPRECATED_EXPORT   NUMLIB_EXPORT NUMLIB_DEPRECATED

Definition at line 29 of file numlib_export.h.

◆ NUMLIB_DEPRECATED_NO_EXPORT

#define NUMLIB_DEPRECATED_NO_EXPORT   NUMLIB_NO_EXPORT NUMLIB_DEPRECATED

Definition at line 33 of file numlib_export.h.

◆ NUMLIB_EXPORT

#define NUMLIB_EXPORT

Definition at line 15 of file numlib_export.h.

◆ NUMLIB_NO_EXPORT

#define NUMLIB_NO_EXPORT

Definition at line 20 of file numlib_export.h.