|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
Class wrapping the signature for a factory with 2 arguments. More...
#include <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 85 of file PluginService.h.
| typedef A1 Gaudi::PluginService::Factory2< R, A1, A2 >::Arg1Type |
Definition at line 88 of file PluginService.h.
| typedef A2 Gaudi::PluginService::Factory2< R, A1, A2 >::Arg2Type |
Definition at line 89 of file PluginService.h.
| typedef R(* Gaudi::PluginService::Factory2< R, A1, A2 >::FuncType)(Arg1Type, Arg2Type) |
Definition at line 90 of file PluginService.h.
| typedef R Gaudi::PluginService::Factory2< R, A1, A2 >::ReturnType |
Definition at line 87 of file PluginService.h.
|
inlinestatic |
Definition at line 92 of file PluginService.h.
|
inlinestatic |
Definition at line 100 of file PluginService.h.