|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
Class wrapping the signature for a factory without arguments. More...
#include <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 44 of file PluginService.h.
| typedef R(* Gaudi::PluginService::Factory0< R >::FuncType)() |
Definition at line 47 of file PluginService.h.
| typedef R Gaudi::PluginService::Factory0< R >::ReturnType |
Definition at line 46 of file PluginService.h.
|
inlinestatic |
Definition at line 49 of file PluginService.h.
|
inlinestatic |
Definition at line 55 of file PluginService.h.