Classes | |
| struct | Params |
| Params for initializing config. More... | |
| class | GaugeIniter |
| Gauge initialization. More... | |
Functions | |
| GaugeInit * | createSource (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| bool | registerAll () |
| Register all the factories. | |
Variables | |
| const std::string | name = "DISORDERED" |
| Name to be used. | |
| static bool | registered = false |
| Local registration flag. | |
| const std::string | name |
| Name to be used. | |
| GaugeInit* Chroma::DisorderedGaugeInitEnv::createSource | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) |
Callback function.
Definition at line 19 of file disordered_gauge_init.cc.
Referenced by registerAll().
| bool Chroma::DisorderedGaugeInitEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 32 of file disordered_gauge_init.cc.
References createSource(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
| const std::string Chroma::DisorderedGaugeInitEnv::name = "DISORDERED" |
Name to be used.
Definition at line 26 of file disordered_gauge_init.cc.
Referenced by registerAll().
bool Chroma::DisorderedGaugeInitEnv::registered = false [static] |
Local registration flag.
Definition at line 29 of file disordered_gauge_init.cc.
Referenced by registerAll().
| const std::string Chroma::DisorderedGaugeInitEnv::name |
1.4.7