Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros
ToolFactory.h File Reference
#include "Reflex/PluginService.h"
#include "RVersion.h"
Include dependency graph for ToolFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ToolFactory< TOOL >
 forward declaration More...
 

Macros

#define DECLARE_ALGTOOL(x)   /*dummy*/
 
#define DECLARE_NAMESPACE_ALGTOOL(n, x)   /*dummy*/
 
#define DECLARE_TOOL(x)   /*dummy*/
 
#define DECLARE_NAMESPACE_TOOL(n, x)   /*dummy*/
 
#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*))
 

Macro Definition Documentation

#define DECLARE_ALGTOOL (   x)    /*dummy*/

Definition at line 37 of file ToolFactory.h.

#define DECLARE_NAMESPACE_ALGTOOL (   n,
 
)    /*dummy*/

Definition at line 38 of file ToolFactory.h.

#define DECLARE_NAMESPACE_TOOL (   n,
 
)    /*dummy*/

Definition at line 40 of file ToolFactory.h.

#define DECLARE_NAMESPACE_TOOL_FACTORY (   n,
 
)    using n::x; PLUGINSVC_FACTORY(x,IAlgTool*(std::string, std::string, const IInterface*))

Definition at line 44 of file ToolFactory.h.

#define DECLARE_TOOL (   x)    /*dummy*/

Definition at line 39 of file ToolFactory.h.

#define DECLARE_TOOL_FACTORY (   x)    PLUGINSVC_FACTORY(x,IAlgTool*(std::string, std::string, const IInterface*))

Definition at line 43 of file ToolFactory.h.


Generated at Wed Dec 4 2013 14:33:13 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004