Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules 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)    DECLARE_FACTORY_WITH_CREATOR_AND_ID( x, AlgFactory<x>, #n, Algorithm::Factory )
 
#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 620 of file Algorithm.h.

#define DECLARE_NAMED_ALGORITHM_FACTORY (   x,
 
)    DECLARE_FACTORY_WITH_CREATOR_AND_ID( x, AlgFactory<x>, #n, Algorithm::Factory )

Definition at line 621 of file Algorithm.h.

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

Definition at line 623 of file Algorithm.h.

#define PACKAGE_VERSION   "unknown"

Definition at line 50 of file Algorithm.h.