|
Gaudi Framework, version v23r5 |
| Home | Generated: Wed Nov 28 2012 |
#include "Reflex/PluginService.h"#include "RVersion.h"

Go to the source code of this file.
Classes | |
| class | SvcFactory< TYPE > |
Macros | |
| #define | DECLARE_SERVICE_FACTORY(x) PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*)) |
| #define | DECLARE_NAMED_SERVICE_FACTORY(x, n) PLUGINSVC_FACTORY_WITH_ID(x,std::string(#n), IService*(std::string, ISvcLocator*)) |
| #define | DECLARE_NAMESPACE_SERVICE_FACTORY(n, x) using n::x; PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*)) |
| #define | DECLARE_SERVICE(x) /*dummy*/ |
| #define | DECLARE_NAMESPACE_SERVICE(n, x) /*dummy*/ |
| #define DECLARE_NAMED_SERVICE_FACTORY | ( | x, | |
| n | |||
| ) | PLUGINSVC_FACTORY_WITH_ID(x,std::string(#n), IService*(std::string, ISvcLocator*)) |
Definition at line 39 of file SvcFactory.h.
| #define DECLARE_NAMESPACE_SERVICE | ( | n, | |
| x | |||
| ) | /*dummy*/ |
Definition at line 42 of file SvcFactory.h.
| #define DECLARE_NAMESPACE_SERVICE_FACTORY | ( | n, | |
| x | |||
| ) | using n::x; PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*)) |
Definition at line 40 of file SvcFactory.h.
| #define DECLARE_SERVICE | ( | x | ) | /*dummy*/ |
Definition at line 41 of file SvcFactory.h.
| #define DECLARE_SERVICE_FACTORY | ( | x | ) | PLUGINSVC_FACTORY(x,IService*(std::string, ISvcLocator*)) |
Definition at line 38 of file SvcFactory.h.