|
CHROMA
|
Hooks to register the class. More...
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. More... | |
| bool | registerAll () |
| Register all the factories. More... | |
Variables | |
| const std::string | name = "KYU" |
| Name to be used. More... | |
| static bool | registered = false |
| Local registration flag. More... | |
Hooks to register the class.
Name and registration.
| GaugeInit* Chroma::KYUGaugeInitEnv::createSource | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
| bool Chroma::KYUGaugeInitEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 45 of file kyu_gauge_init.cc.
References createSource(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::GaugeInitEnv::registerAll().
| const std::string Chroma::KYUGaugeInitEnv::name = "KYU" |
Name to be used.
Definition at line 39 of file kyu_gauge_init.cc.
Referenced by registerAll(), and Chroma::KYUGaugeInitEnv::Params::writeXML().
|
static |
Local registration flag.
Definition at line 42 of file kyu_gauge_init.cc.
Referenced by registerAll().