CHROMA
|
Functions | |
CreateGaugeState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createCreator (XMLReader &xml, const std::string &path) |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | name = "PERIODIC_GAUGE_STATE" |
static bool | registered = false |
Local registration flag. More... | |
CreateGaugeState<multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::CreatePeriodicGaugeStateEnv::createCreator | ( | XMLReader & | xml, |
const std::string & | path | ||
) |
Definition at line 17 of file periodic_gaugestate.cc.
Referenced by registerAll().
bool Chroma::CreatePeriodicGaugeStateEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 30 of file periodic_gaugestate.cc.
References createCreator(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::CreateGaugeStateEnv::registerAll().
const std::string Chroma::CreatePeriodicGaugeStateEnv::name = "PERIODIC_GAUGE_STATE" |
Definition at line 24 of file periodic_gaugestate.cc.
Referenced by Chroma::CreateGaugeStateEnv::nullXMLGroup(), and registerAll().
|
static |
Local registration flag.
Definition at line 27 of file periodic_gaugestate.cc.
Referenced by registerAll().