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


Go to the source code of this file.
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Reflex |
Classes | |
| class | ToolFactory< T > |
| class | ROOT::Reflex::TypeDistiller< std::string > |
Defines | |
| #define | DECLARE_ALGTOOL(x) |
| #define | DECLARE_NAMESPACE_ALGTOOL(n, x) |
| #define | DECLARE_TOOL(x) |
| #define | DECLARE_NAMESPACE_TOOL(n, x) |
| #define | DECLARE_TOOL_FACTORY(x) PLUGINSVC_FACTORY(x,IAlgTool*(std::string, std::string, const IInterface*)) |
| #define | DECLARE_NAMESPACE_TOOL_FACTORY(n, x) using n::x; PLUGINSVC_FACTORY(x,IAlgTool*(std::string, std::string, const IInterface*)) |
| #define DECLARE_ALGTOOL | ( | x | ) |
Definition at line 43 of file ToolFactory.h.
| #define DECLARE_NAMESPACE_ALGTOOL | ( | n, | |||
| x | ) |
Definition at line 44 of file ToolFactory.h.
| #define DECLARE_NAMESPACE_TOOL | ( | n, | |||
| x | ) |
Definition at line 46 of file ToolFactory.h.
| #define DECLARE_NAMESPACE_TOOL_FACTORY | ( | n, | |||
| x | ) | using n::x; PLUGINSVC_FACTORY(x,IAlgTool*(std::string, std::string, const IInterface*)) |
Definition at line 50 of file ToolFactory.h.
| #define DECLARE_TOOL | ( | x | ) |
Definition at line 45 of file ToolFactory.h.
| #define DECLARE_TOOL_FACTORY | ( | x | ) | PLUGINSVC_FACTORY(x,IAlgTool*(std::string, std::string, const IInterface*)) |
Definition at line 49 of file ToolFactory.h.