D | export-template.h | 61 #define EXPORT_TEMPLATE_DECLARE(export) \ argument 62 EXPORT_TEMPLATE_INVOKE(DECLARE, EXPORT_TEMPLATE_STYLE(export, ), export) 63 #define EXPORT_TEMPLATE_DEFINE(export) \ argument 64 EXPORT_TEMPLATE_INVOKE(DEFINE, EXPORT_TEMPLATE_STYLE(export, ), export) 72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \ argument 73 EXPORT_TEMPLATE_INVOKE_2(which, style, export) 74 #define EXPORT_TEMPLATE_INVOKE_2(which, style, export) \ argument 75 EXPORT_TEMPLATE_##which##_##style(export, ) 78 #define EXPORT_TEMPLATE_DECLARE_DEFAULT(export, _) export argument 79 #define EXPORT_TEMPLATE_DEFINE_DEFAULT(export, _) argument [all …]
|