Macros
vtksqlite_export.h File Reference

Go to the source code of this file.

Macros

#define SQLITE_API   __attribute__((visibility("default")))
 
#define SQLITE_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKSQLITE_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKSQLITE_DEPRECATED_EXPORT   SQLITE_API VTKSQLITE_DEPRECATED
 
#define VTKSQLITE_DEPRECATED_NO_EXPORT   SQLITE_NO_EXPORT VTKSQLITE_DEPRECATED
 

Macro Definition Documentation

◆ SQLITE_API

#define SQLITE_API   __attribute__((visibility("default")))

Definition at line 15 of file vtksqlite_export.h.

◆ SQLITE_NO_EXPORT

#define SQLITE_NO_EXPORT   __attribute__((visibility("hidden")))

Definition at line 20 of file vtksqlite_export.h.

◆ VTKSQLITE_DEPRECATED

#define VTKSQLITE_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtksqlite_export.h.

◆ VTKSQLITE_DEPRECATED_EXPORT

#define VTKSQLITE_DEPRECATED_EXPORT   SQLITE_API VTKSQLITE_DEPRECATED

Definition at line 29 of file vtksqlite_export.h.

◆ VTKSQLITE_DEPRECATED_NO_EXPORT

#define VTKSQLITE_DEPRECATED_NO_EXPORT   SQLITE_NO_EXPORT VTKSQLITE_DEPRECATED

Definition at line 33 of file vtksqlite_export.h.