Functions | |
| Monomial< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createMonomial (XMLReader &xml, const string &path) |
| Callback function for the factory. | |
| const std::string | name ("FIXED_RANDOM_X_FERM_MONOMIAL") |
| bool | registerAll () |
| Register all the factories. | |
Variables | |
| static bool | registered = false |
| Local registration flag. | |
| Monomial< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::FixedRandomFermMonomial4DEnv::createMonomial | ( | XMLReader & | xml, | |
| const string & | path | |||
| ) |
Callback function for the factory.
Definition at line 20 of file fixed_random_ferm_monomial.cc.
Referenced by registerAll().
| const std::string Chroma::FixedRandomFermMonomial4DEnv::name | ( | "FIXED_RANDOM_X_FERM_MONOMIAL" | ) |
Referenced by registerAll().
| bool Chroma::FixedRandomFermMonomial4DEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 32 of file fixed_random_ferm_monomial.cc.
References createMonomial(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), and registered.
bool Chroma::FixedRandomFermMonomial4DEnv::registered = false [static] |
Local registration flag.
Definition at line 29 of file fixed_random_ferm_monomial.cc.
Referenced by registerAll().
1.4.7