Gaudi Framework, version v23r9

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

Go to the source code of this file.

Classes

class  AlgFactory< T >
 

Macros

#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)   /*dummy*/
 
#define DECLARE_NAMESPACE_ALGORITHM(n, x)   /*dummy*/
 

Macro Definition Documentation

#define DECLARE_ALGORITHM (   x)    /*dummy*/

Definition at line 42 of file AlgFactory.h.

#define DECLARE_ALGORITHM_FACTORY (   x)    PLUGINSVC_FACTORY(x,IAlgorithm*(std::string, ISvcLocator*))

Definition at line 38 of file AlgFactory.h.

#define DECLARE_NAMED_ALGORITHM_FACTORY (   x,
 
)    PLUGINSVC_FACTORY_WITH_ID(x,std::string(#n), IAlgorithm*(std::string, ISvcLocator*))

Definition at line 39 of file AlgFactory.h.

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

Definition at line 43 of file AlgFactory.h.

#define DECLARE_NAMESPACE_ALGORITHM_FACTORY (   n,
 
)    using n::x; PLUGINSVC_FACTORY(x,IAlgorithm*(std::string, ISvcLocator*))

Definition at line 41 of file AlgFactory.h.


Generated at Thu Jul 18 2013 12:18:06 for Gaudi Framework, version v23r9 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004