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

Go to the source code of this file.

Classes

class  Algorithm
 Base class from which all concrete algorithm classes should be derived. More...
 
class  AlgFactory< T >
 

Macros

#define PACKAGE_VERSION   "unknown"
 
#define DECLARE_ALGORITHM_FACTORY(x)   DECLARE_FACTORY_WITH_CREATOR(x, AlgFactory< x >, Algorithm::Factory)
 
#define DECLARE_NAMED_ALGORITHM_FACTORY(x, n)
 
#define DECLARE_NAMESPACE_ALGORITHM_FACTORY(n, x)   DECLARE_ALGORITHM_FACTORY(n::x)
 

Macro Definition Documentation

#define DECLARE_ALGORITHM_FACTORY (   x)    DECLARE_FACTORY_WITH_CREATOR(x, AlgFactory< x >, Algorithm::Factory)

Definition at line 605 of file Algorithm.h.

#define DECLARE_NAMED_ALGORITHM_FACTORY (   x,
 
)
Value:
Gaudi::PluginService::Factory< IAlgorithm *, const std::string &, ISvcLocator * > Factory
Definition: Algorithm.h:66
#define DECLARE_FACTORY_WITH_CREATOR_AND_ID(type, typecreator, id, factory)
Definition: PluginService.h:29

Definition at line 607 of file Algorithm.h.

#define DECLARE_NAMESPACE_ALGORITHM_FACTORY (   n,
 
)    DECLARE_ALGORITHM_FACTORY(n::x)

Definition at line 610 of file Algorithm.h.

#define PACKAGE_VERSION   "unknown"

Definition at line 33 of file Algorithm.h.