![]() |
The Gaudi Framework
v25r3
|
Class wrapping the signature for a factory without arguments. More...
#include <Gaudi/PluginService.h>
Public Types | |
typedef R | ReturnType |
typedef R(* | FuncType )() |
Static Public Member Functions | |
static ReturnType | create (const std::string &id) |
template<typename T > | |
static ReturnType | create (const T &id) |
Class wrapping the signature for a factory without arguments.
Definition at line 45 of file PluginService.h.
typedef R(* Gaudi::PluginService::Factory0< R >::FuncType)() |
Definition at line 48 of file PluginService.h.
typedef R Gaudi::PluginService::Factory0< R >::ReturnType |
Definition at line 47 of file PluginService.h.
|
inlinestatic |
Definition at line 50 of file PluginService.h.
|
inlinestatic |
Definition at line 56 of file PluginService.h.