|
CHROMA
|
Functions | |
| CreateFermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createFerm (XMLReader &xml, const std::string &path) |
| bool | registerAll () |
| Register all the factories. More... | |
Variables | |
| const std::string | name = "PERIODIC_FERM_STATE" |
| static bool | registered = false |
| Local registration flag. More... | |
| CreateFermState<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::CreatePeriodicFermStateEnv::createFerm | ( | XMLReader & | xml, |
| const std::string & | path | ||
| ) |
Definition at line 18 of file periodic_fermstate_w.cc.
Referenced by registerAll().
| bool Chroma::CreatePeriodicFermStateEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 32 of file periodic_fermstate_w.cc.
References createFerm(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::CreateFermStateEnv::registerAll().
| const std::string Chroma::CreatePeriodicFermStateEnv::name = "PERIODIC_FERM_STATE" |
Definition at line 26 of file periodic_fermstate_w.cc.
Referenced by Chroma::CreateFermStateEnv::nullXMLGroup(), and registerAll().
|
static |
Local registration flag.
Definition at line 29 of file periodic_fermstate_w.cc.
Referenced by registerAll().