CHROMA
chrono_predictor_factory.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Monomial factories
4  */
5 
6 #ifndef __chrono_predictor_factory_h__
7 #define __chrono_predictor_factory_h__
8 
9 #include "singleton.h"
10 #include "objfactory.h"
11 #include "chromabase.h"
12 
14 
15 
16 
17 namespace Chroma
18 {
19  //! A factory for exact non-fermionic monomials
20  /*! @ingroup predictor */
21  typedef SingletonHolder<
24  TYPELIST_2(XMLReader&, const std::string&),
25 
27  const std::string&),
30 
31  //! A factory for exact non-fermionic monomials
32  /*! @ingroup predictor */
33  typedef SingletonHolder<
36  TYPELIST_3(const int, XMLReader&, const std::string&),
37 
39  XMLReader&,
40  const std::string&),
43 
44 
45 } // End namespace Chroma
46 
47 
48 #endif
Primary include file for CHROMA library code.
Chronological predictor for HMC.
Object factory class.
Definition: objfactory.h:82
SingletonHolder< ObjectFactory< AbsChronologicalPredictor5D< LatticeFermion >, std::string, TYPELIST_3(const int, XMLReader &, const std::string &), AbsChronologicalPredictor5D< LatticeFermion > *(*)(const int, XMLReader &, const std::string &), StringFactoryError > > The5DChronologicalPredictorFactory
A factory for exact non-fermionic monomials.
SingletonHolder< ObjectFactory< AbsChronologicalPredictor4D< LatticeFermion >, std::string, TYPELIST_2(XMLReader &, const std::string &), AbsChronologicalPredictor4D< LatticeFermion > *(*)(XMLReader &, const std::string &), StringFactoryError > > The4DChronologicalPredictorFactory
A factory for exact non-fermionic monomials.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979
Factory class for objects from XML input.
Singleton support.
#define TYPELIST_3(T1, T2, T3)
Definition: typelist.h:45
#define TYPELIST_2(T1, T2)
Definition: typelist.h:43