Classes | |
| struct | Params |
| Params for no spin insertion. More... | |
| class | SpinInsert |
| No spin insertion. More... | |
Functions | |
| SpinInsertion< LatticePropagator > * | createProp (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| SpinInsertion< LatticeFermion > * | createFerm (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| bool | registerAll () |
| Register all the factories. | |
Variables | |
| bool | registered = false |
| Local registration flag. | |
| const std::string | name = "NONE" |
| Name to be used. | |
| const std::string | name |
| Name to be used. | |
| SpinInsertion<LatticePropagator>* Chroma::NoSpinInsertionEnv::@41::createProp | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
| SpinInsertion<LatticeFermion>* Chroma::NoSpinInsertionEnv::@41::createFerm | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
| bool Chroma::NoSpinInsertionEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 55 of file no_spin_insertion.cc.
References createFerm(), createProp(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
bool Chroma::NoSpinInsertionEnv::registered = false [static] |
Local registration flag.
Definition at line 48 of file no_spin_insertion.cc.
Referenced by registerAll().
| const std::string Chroma::NoSpinInsertionEnv::name = "NONE" |
| const std::string Chroma::NoSpinInsertionEnv::name |
1.4.7