Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros
AlgTool.h File Reference
#include "GaudiKernel/IAlgTool.h"
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/IService.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/IToolSvc.h"
#include "GaudiKernel/PropertyMgr.h"
#include "GaudiKernel/IAuditorSvc.h"
#include "GaudiKernel/IMonitorSvc.h"
#include "GaudiKernel/IStateful.h"
#include <Gaudi/PluginService.h>
#include <vector>
#include <list>
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 373 of file AlgTool.h.

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

Definition at line 371 of file AlgTool.h.


Generated at Mon Feb 17 2014 14:37:52 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004