|
CHROMA
|
Functions | |
| GaugeBC< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createGaugeBC (XMLReader &xml, const std::string &path) |
| Callback function to register with the factory. More... | |
| GaugeBC< multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > * | createGaugeBCF (XMLReader &xml, const std::string &path) |
| GaugeBC< multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > * | createGaugeBCD (XMLReader &xml, const std::string &path) |
| bool | registerAll () |
| Register all the factories. More... | |
Variables | |
| const std::string | name = "PERIODIC_GAUGEBC" |
| static bool | registered = false |
| Local registration flag. More... | |
| GaugeBC< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::PeriodicGaugeBCEnv::createGaugeBC | ( | XMLReader & | xml, |
| const std::string & | path | ||
| ) |
Callback function to register with the factory.
Definition at line 18 of file periodic_gaugebc.cc.
Referenced by registerAll().
| GaugeBC< multi1d<LatticeColorMatrixD>, multi1d<LatticeColorMatrixD> >* Chroma::PeriodicGaugeBCEnv::createGaugeBCD | ( | XMLReader & | xml, |
| const std::string & | path | ||
| ) |
Definition at line 33 of file periodic_gaugebc.cc.
Referenced by registerAll().
| GaugeBC< multi1d<LatticeColorMatrixF>, multi1d<LatticeColorMatrixF> >* Chroma::PeriodicGaugeBCEnv::createGaugeBCF | ( | XMLReader & | xml, |
| const std::string & | path | ||
| ) |
Definition at line 26 of file periodic_gaugebc.cc.
Referenced by registerAll().
| bool Chroma::PeriodicGaugeBCEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 46 of file periodic_gaugebc.cc.
References createGaugeBC(), createGaugeBCD(), createGaugeBCF(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by linkage_hack(), and Chroma::GaugeTypeGaugeBCEnv::registerAll().
| const std::string Chroma::PeriodicGaugeBCEnv::name = "PERIODIC_GAUGEBC" |
Definition at line 40 of file periodic_gaugebc.cc.
Referenced by registerAll().
|
static |
Local registration flag.
Definition at line 43 of file periodic_gaugebc.cc.
Referenced by registerAll().