|
Gaudi Framework, version v21r7 |
| Home | Generated: 22 Jan 2010 |
#include "GaudiKernel/Kernel.h"#include "Reflex/PluginService.h"#include "RVersion.h"


Go to the source code of this file.
Classes | |
| class | AlgFactory< T > |
Defines | |
| #define | DECLARE_ALGORITHM_FACTORY(x) PLUGINSVC_FACTORY(x,IAlgorithm*(std::string, ISvcLocator*)) |
| #define | DECLARE_NAMED_ALGORITHM_FACTORY(x, n) PLUGINSVC_FACTORY_WITH_ID(x,std::string(#n), IAlgorithm*(std::string, ISvcLocator*)) |
| #define | DECLARE_NAMESPACE_ALGORITHM_FACTORY(n, x) using n::x; PLUGINSVC_FACTORY(x,IAlgorithm*(std::string, ISvcLocator*)) |
| #define | DECLARE_ALGORITHM(x) |
| #define | DECLARE_NAMESPACE_ALGORITHM(n, x) |
| #define DECLARE_ALGORITHM | ( | x | ) |
Definition at line 42 of file AlgFactory.h.
| #define DECLARE_ALGORITHM_FACTORY | ( | x | ) | PLUGINSVC_FACTORY(x,IAlgorithm*(std::string, ISvcLocator*)) |
Definition at line 38 of file AlgFactory.h.
| #define DECLARE_NAMED_ALGORITHM_FACTORY | ( | x, | |||
| n | ) | PLUGINSVC_FACTORY_WITH_ID(x,std::string(#n), IAlgorithm*(std::string, ISvcLocator*)) |
Definition at line 39 of file AlgFactory.h.
Definition at line 43 of file AlgFactory.h.
| #define DECLARE_NAMESPACE_ALGORITHM_FACTORY | ( | n, | |||
| x | ) | using n::x; PLUGINSVC_FACTORY(x,IAlgorithm*(std::string, ISvcLocator*)) |
Definition at line 41 of file AlgFactory.h.