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 = "CPPACS" |
| Name to be used. | |
| static bool | registered = false |
| Local registration flag. | |
| const std::string | name |
| Name to be used. | |
| GaugeInit* Chroma::CPPACSGaugeInitEnv::createSource | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) |
| bool Chroma::CPPACSGaugeInitEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 46 of file cppacs_gauge_init.cc.
References createSource(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
| const std::string Chroma::CPPACSGaugeInitEnv::name = "CPPACS" |
bool Chroma::CPPACSGaugeInitEnv::registered = false [static] |
Local registration flag.
Definition at line 43 of file cppacs_gauge_init.cc.
Referenced by registerAll().
| const std::string Chroma::CPPACSGaugeInitEnv::name |
1.4.7