DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Class wrapping the signature for a factory with any number of arguments. More...
#include <PluginServiceV1.h>
Public Types | |
typedef R | ReturnType |
typedef R(* | FuncType) (Args &&...) |
Static Public Member Functions | |
static ReturnType | create (const std::string &id, Args... args) |
template<typename T > | |
static ReturnType | create (const T &id, Args... args) |
Class wrapping the signature for a factory with any number of arguments.
Definition at line 55 of file PluginServiceV1.h.
typedef R( * Gaudi::PluginService::v1::Factory< R, Args >::FuncType) (Args &&...) |
Definition at line 58 of file PluginServiceV1.h.
typedef R Gaudi::PluginService::v1::Factory< R, Args >::ReturnType |
Definition at line 57 of file PluginServiceV1.h.
|
inlinestatic |
Definition at line 60 of file PluginServiceV1.h.
|
inlinestatic |
Definition at line 66 of file PluginServiceV1.h.