Macros
ProvideMakePluginMacros.h File Reference
#include "cetlib/compiler_macros.h"

Go to the source code of this file.

Macros

#define MAKE_PLUGIN_START(result_type, ...)    EXTERN_C_FUNC_DECLARE_START result_type makePlugin(__VA_ARGS__)
 
#define MAKE_PLUGIN_END   EXTERN_C_FUNC_DECLARE_END
 

Macro Definition Documentation

#define MAKE_PLUGIN_END   EXTERN_C_FUNC_DECLARE_END

Definition at line 8 of file ProvideMakePluginMacros.h.

#define MAKE_PLUGIN_START (   result_type,
  ... 
)    EXTERN_C_FUNC_DECLARE_START result_type makePlugin(__VA_ARGS__)

Definition at line 6 of file ProvideMakePluginMacros.h.