Go to the source code of this file.
|
#define | EXPORT_TEMPLATE_DECLARE(export) |
|
#define | EXPORT_TEMPLATE_DEFINE(export) |
|
#define | EXPORT_TEMPLATE_INVOKE(which, style, export) |
|
#define | EXPORT_TEMPLATE_INVOKE_2(which, style, export) |
|
#define | EXPORT_TEMPLATE_DECLARE_DEFAULT(export, _) |
|
#define | EXPORT_TEMPLATE_DEFINE_DEFAULT(export, _) |
|
#define | EXPORT_TEMPLATE_DECLARE_MSVC_HACK(export, _) |
|
#define | EXPORT_TEMPLATE_DEFINE_MSVC_HACK(export, _) |
|
#define | EXPORT_TEMPLATE_STYLE(export, _) |
|
#define | EXPORT_TEMPLATE_STYLE_2(export, _) |
|
#define | EXPORT_TEMPLATE_STYLE_3(style) |
|
#define | EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA DEFAULT |
|
#define | EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA__attribute__(...) |
|
#define | EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA__declspec(arg) |
|
#define | EXPORT_TEMPLATE_STYLE_MATCH_DECLSPEC_dllexport MSVC_HACK |
|
#define | EXPORT_TEMPLATE_STYLE_MATCH_DECLSPEC_dllimport DEFAULT |
|
#define | EXPORT_TEMPLATE_TEST(want, export) |
|
#define | EXPORT_TEMPLATE_TEST_DEFAULT_DEFAULT(...) |
|
#define | EXPORT_TEMPLATE_TEST_MSVC_HACK_MSVC_HACK(...) |
|
◆ EXPORT_TEMPLATE_DECLARE
#define EXPORT_TEMPLATE_DECLARE |
( |
| export | ) |
|
Value:
#define EXPORT_TEMPLATE_STYLE(export, _)
#define EXPORT_TEMPLATE_INVOKE(which, style, export)
Definition at line 61 of file export-template.h.
◆ EXPORT_TEMPLATE_DECLARE_DEFAULT
#define EXPORT_TEMPLATE_DECLARE_DEFAULT |
( |
| export, |
|
|
| _ ) |
◆ EXPORT_TEMPLATE_DECLARE_MSVC_HACK
#define EXPORT_TEMPLATE_DECLARE_MSVC_HACK |
( |
| export, |
|
|
| _ ) |
◆ EXPORT_TEMPLATE_DEFINE
#define EXPORT_TEMPLATE_DEFINE |
( |
| export | ) |
|
◆ EXPORT_TEMPLATE_DEFINE_DEFAULT
#define EXPORT_TEMPLATE_DEFINE_DEFAULT |
( |
| export, |
|
|
| _ ) |
◆ EXPORT_TEMPLATE_DEFINE_MSVC_HACK
#define EXPORT_TEMPLATE_DEFINE_MSVC_HACK |
( |
| export, |
|
|
| _ ) |
◆ EXPORT_TEMPLATE_INVOKE
#define EXPORT_TEMPLATE_INVOKE |
( |
| which, |
|
|
| style, |
|
|
| export ) |
Value:
#define EXPORT_TEMPLATE_INVOKE_2(which, style, export)
Definition at line 72 of file export-template.h.
◆ EXPORT_TEMPLATE_INVOKE_2
#define EXPORT_TEMPLATE_INVOKE_2 |
( |
| which, |
|
|
| style, |
|
|
| export ) |
◆ EXPORT_TEMPLATE_STYLE
#define EXPORT_TEMPLATE_STYLE |
( |
| export, |
|
|
| _ ) |
◆ EXPORT_TEMPLATE_STYLE_2
#define EXPORT_TEMPLATE_STYLE_2 |
( |
| export, |
|
|
| _ ) |
Value:
#define EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA
#define EXPORT_TEMPLATE_STYLE_3(style)
Definition at line 103 of file export-template.h.
◆ EXPORT_TEMPLATE_STYLE_3
#define EXPORT_TEMPLATE_STYLE_3 |
( |
| style | ) |
|
◆ EXPORT_TEMPLATE_STYLE_MATCH_DECLSPEC_dllexport
#define EXPORT_TEMPLATE_STYLE_MATCH_DECLSPEC_dllexport MSVC_HACK |
◆ EXPORT_TEMPLATE_STYLE_MATCH_DECLSPEC_dllimport
#define EXPORT_TEMPLATE_STYLE_MATCH_DECLSPEC_dllimport DEFAULT |
◆ EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA
#define EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA DEFAULT |
◆ EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA__attribute__
#define EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA__attribute__ |
( |
| ... | ) |
|
◆ EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA__declspec
#define EXPORT_TEMPLATE_STYLE_MATCH_foj3FJo5StF0OvIzl7oMxA__declspec |
( |
| arg | ) |
|
◆ EXPORT_TEMPLATE_TEST
#define EXPORT_TEMPLATE_TEST |
( |
| want, |
|
|
| export ) |
◆ EXPORT_TEMPLATE_TEST_DEFAULT_DEFAULT
#define EXPORT_TEMPLATE_TEST_DEFAULT_DEFAULT |
( |
| ... | ) |
|
◆ EXPORT_TEMPLATE_TEST_MSVC_HACK_MSVC_HACK
#define EXPORT_TEMPLATE_TEST_MSVC_HACK_MSVC_HACK |
( |
| ... | ) |
|
◆ EXPORT_TEMPLATE_TEST() [1/4]
EXPORT_TEMPLATE_TEST |
( |
DEFAULT | , |
|
|
__attribute__((visibility("default"))) | ) |
◆ EXPORT_TEMPLATE_TEST() [2/4]
EXPORT_TEMPLATE_TEST |
( |
DEFAULT | , |
|
|
__declspec(dllimport) | ) |
◆ EXPORT_TEMPLATE_TEST() [3/4]
EXPORT_TEMPLATE_TEST |
( |
DEFAULT | | ) |
|
◆ EXPORT_TEMPLATE_TEST() [4/4]
EXPORT_TEMPLATE_TEST |
( |
MSVC_HACK | , |
|
|
__declspec(dllexport) | ) |