![]() |
|
|
Generated: 24 Nov 2008 |
#include "Reflex/PluginService.h"


Go to the source code of this file.
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Reflex |
Classes | |
| class | AlgFactory< T > |
| class | ROOT::Reflex::TypeDistiller< std::string > |
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 46 of file AlgFactory.h.
| #define DECLARE_ALGORITHM_FACTORY | ( | x | ) | PLUGINSVC_FACTORY(x,IAlgorithm*(std::string, ISvcLocator*)) |
Definition at line 42 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 43 of file AlgFactory.h.
| #define DECLARE_NAMESPACE_ALGORITHM | ( | n, | |||
| x | ) |
Definition at line 47 of file AlgFactory.h.
| #define DECLARE_NAMESPACE_ALGORITHM_FACTORY | ( | n, | |||
| x | ) | using n::x; PLUGINSVC_FACTORY(x,IAlgorithm*(std::string, ISvcLocator*)) |
Definition at line 45 of file AlgFactory.h.