![]() |
The Gaudi Framework
v25r3
|
Class wrapping the signature for a factory with 1 argument. More...
#include <Gaudi/PluginService.h>
Public Types | |
| typedef R | ReturnType |
| typedef A1 | Arg1Type |
| typedef R(* | FuncType )(Arg1Type) |
Static Public Member Functions | |
| static ReturnType | create (const std::string &id, Arg1Type a1) |
| template<typename T > | |
| static ReturnType | create (const T &id, Arg1Type a1) |
Class wrapping the signature for a factory with 1 argument.
Definition at line 64 of file PluginService.h.
| typedef A1 Gaudi::PluginService::Factory1< R, A1 >::Arg1Type |
Definition at line 67 of file PluginService.h.
| typedef R(* Gaudi::PluginService::Factory1< R, A1 >::FuncType)(Arg1Type) |
Definition at line 68 of file PluginService.h.
| typedef R Gaudi::PluginService::Factory1< R, A1 >::ReturnType |
Definition at line 66 of file PluginService.h.
|
inlinestatic |
Definition at line 70 of file PluginService.h.
|
inlinestatic |
Definition at line 77 of file PluginService.h.