CHROMA
|
Hooks to register the class. More...
Classes | |
struct | Params |
Params for initializing config. More... | |
class | GaugeIniter |
Gauge initialization. More... | |
Functions | |
GaugeInit * | createCfg (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | name = "CLASSICAL_SF" |
Name to be used. More... | |
static bool | registered = false |
Local registration flag. More... | |
Hooks to register the class.
Name and registration.
GaugeInit* Chroma::SFGaugeInitEnv::createCfg | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
bool Chroma::SFGaugeInitEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 48 of file sf_gauge_init.cc.
References createCfg(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, Chroma::CreateGaugeStateEnv::registerAll(), and registered.
Referenced by Chroma::GaugeInitEnv::registerAll().
const std::string Chroma::SFGaugeInitEnv::name = "CLASSICAL_SF" |
Name to be used.
Definition at line 42 of file sf_gauge_init.cc.
Referenced by Chroma::SFGaugeInitEnv::GaugeIniter::operator()(), registerAll(), and Chroma::SFGaugeInitEnv::Params::writeXML().
|
static |
Local registration flag.
Definition at line 45 of file sf_gauge_init.cc.
Referenced by registerAll().