All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AlgTool.h File Reference
Include dependency graph for AlgTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AlgTool
 Base class from which all the concrete tool classes should be derived. More...
 
class  AlgTool::declareInterface< I >
 
class  ToolFactory< T >
 

Macros

#define DECLARE_TOOL_FACTORY(x)   DECLARE_FACTORY_WITH_CREATOR(x, ToolFactory< x >, AlgTool::Factory)
 
#define DECLARE_NAMESPACE_TOOL_FACTORY(n, x)   DECLARE_TOOL_FACTORY(n::x)
 

Macro Definition Documentation

#define DECLARE_NAMESPACE_TOOL_FACTORY (   n,
 
)    DECLARE_TOOL_FACTORY(n::x)

Definition at line 375 of file AlgTool.h.

#define DECLARE_TOOL_FACTORY (   x)    DECLARE_FACTORY_WITH_CREATOR(x, ToolFactory< x >, AlgTool::Factory)

Definition at line 373 of file AlgTool.h.