CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Macros
DbExport.h File Reference
#include "OdPlatformSettings.h"

Go to the source code of this file.

Macros

#define TOOLKIT_EXPORT   OD_TOOLKIT_IMPORT
 
#define TOOLKIT_EXPORT_GLOBAL   OD_DLL_IMPORT
 
#define TOOLKIT_EXPORT_STATIC   OD_STATIC_IMPORT
 
#define DBLIB_EXPORT   OD_TOOLKIT_IMPORT
 
#define SCENEOE_EXPORT   OD_TOOLKIT_IMPORT
 
#define SCENEOE_EXPORT_GLOBAL   OD_DLL_IMPORT
 
#define SCENEOE_EXPORT_STATIC   OD_STATIC_IMPORT
 
#define DBENT_EXPORT   OD_TOOLKIT_IMPORT
 
#define DBENT_EXPORT_STATIC   OD_STATIC_IMPORT
 
#define DBDIM_EXPORT   DBENT_EXPORT
 
#define DBIO_EXPORT   OD_TOOLKIT_IMPORT
 
#define DBIO_EXPORT_GLOBAL   OD_DLL_IMPORT
 
#define DBIO_EXPORT_STATIC   OD_STATIC_IMPORT
 
#define UNDERLAY_EXPORT   DBENT_EXPORT
 

Macro Definition Documentation

◆ DBDIM_EXPORT

#define DBDIM_EXPORT   DBENT_EXPORT

Definition at line 72 of file DbExport.h.

◆ DBENT_EXPORT

#define DBENT_EXPORT   OD_TOOLKIT_IMPORT

Definition at line 67 of file DbExport.h.

◆ DBENT_EXPORT_STATIC

#define DBENT_EXPORT_STATIC   OD_STATIC_IMPORT

Definition at line 68 of file DbExport.h.

◆ DBIO_EXPORT

#define DBIO_EXPORT   OD_TOOLKIT_IMPORT

Definition at line 80 of file DbExport.h.

◆ DBIO_EXPORT_GLOBAL

#define DBIO_EXPORT_GLOBAL   OD_DLL_IMPORT

Definition at line 81 of file DbExport.h.

◆ DBIO_EXPORT_STATIC

#define DBIO_EXPORT_STATIC   OD_STATIC_IMPORT

Definition at line 82 of file DbExport.h.

◆ DBLIB_EXPORT

#define DBLIB_EXPORT   OD_TOOLKIT_IMPORT

Definition at line 48 of file DbExport.h.

◆ SCENEOE_EXPORT

#define SCENEOE_EXPORT   OD_TOOLKIT_IMPORT

Definition at line 56 of file DbExport.h.

◆ SCENEOE_EXPORT_GLOBAL

#define SCENEOE_EXPORT_GLOBAL   OD_DLL_IMPORT

Definition at line 57 of file DbExport.h.

◆ SCENEOE_EXPORT_STATIC

#define SCENEOE_EXPORT_STATIC   OD_STATIC_IMPORT

Definition at line 58 of file DbExport.h.

◆ TOOLKIT_EXPORT

#define TOOLKIT_EXPORT   OD_TOOLKIT_IMPORT

Definition at line 40 of file DbExport.h.

◆ TOOLKIT_EXPORT_GLOBAL

#define TOOLKIT_EXPORT_GLOBAL   OD_DLL_IMPORT

Definition at line 41 of file DbExport.h.

◆ TOOLKIT_EXPORT_STATIC

#define TOOLKIT_EXPORT_STATIC   OD_STATIC_IMPORT

Definition at line 42 of file DbExport.h.

◆ UNDERLAY_EXPORT

#define UNDERLAY_EXPORT   DBENT_EXPORT

Definition at line 86 of file DbExport.h.