CHROMA
|
Functions | |
GaugeBC< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createGaugeBC (XMLReader &xml, const std::string &path) |
Calllback 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 = "SIMPLE_GAUGEBC" |
static bool | registered = false |
Local registration flag. More... | |
GaugeBC< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::SimpleGaugeBCEnv::createGaugeBC | ( | XMLReader & | xml, |
const std::string & | path | ||
) |
Calllback function to register with the factory.
Definition at line 14 of file simple_gaugebc.cc.
Referenced by registerAll().
GaugeBC< multi1d<LatticeColorMatrixD>, multi1d<LatticeColorMatrixD> >* Chroma::SimpleGaugeBCEnv::createGaugeBCD | ( | XMLReader & | xml, |
const std::string & | path | ||
) |
Definition at line 32 of file simple_gaugebc.cc.
Referenced by registerAll().
GaugeBC< multi1d<LatticeColorMatrixF>, multi1d<LatticeColorMatrixF> >* Chroma::SimpleGaugeBCEnv::createGaugeBCF | ( | XMLReader & | xml, |
const std::string & | path | ||
) |
Definition at line 23 of file simple_gaugebc.cc.
Referenced by registerAll().
bool Chroma::SimpleGaugeBCEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 47 of file simple_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::SimpleGaugeBCEnv::name = "SIMPLE_GAUGEBC" |
Definition at line 41 of file simple_gaugebc.cc.
Referenced by registerAll().
|
static |
Local registration flag.
Definition at line 44 of file simple_gaugebc.cc.
Referenced by registerAll().