![]() |
The Gaudi Framework
v25r3
|
Class wrapping the signature for a factory with 2 arguments. More...
#include <Gaudi/PluginService.h>
Public Types | |
typedef R | ReturnType |
typedef A1 | Arg1Type |
typedef A2 | Arg2Type |
typedef R(* | FuncType )(Arg1Type, Arg2Type) |
Static Public Member Functions | |
static ReturnType | create (const std::string &id, Arg1Type a1, Arg2Type a2) |
template<typename T > | |
static ReturnType | create (const T &id, Arg1Type a1, Arg2Type a2) |
Class wrapping the signature for a factory with 2 arguments.
Definition at line 86 of file PluginService.h.
typedef A1 Gaudi::PluginService::Factory2< R, A1, A2 >::Arg1Type |
Definition at line 89 of file PluginService.h.
typedef A2 Gaudi::PluginService::Factory2< R, A1, A2 >::Arg2Type |
Definition at line 90 of file PluginService.h.
typedef R(* Gaudi::PluginService::Factory2< R, A1, A2 >::FuncType)(Arg1Type, Arg2Type) |
Definition at line 91 of file PluginService.h.
typedef R Gaudi::PluginService::Factory2< R, A1, A2 >::ReturnType |
Definition at line 88 of file PluginService.h.
|
inlinestatic |
Definition at line 93 of file PluginService.h.
|
inlinestatic |
Definition at line 101 of file PluginService.h.