Classes | |
| struct | Params |
| Params for No link smearing. More... | |
| class | LinkSmear |
| No link smearing. More... | |
Functions | |
| LinkSmearing * | createSource (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| std::string | getName () |
| Return the name. | |
| bool | registerAll () |
| Register all the factories. | |
Variables | |
| bool | registered = false |
| Local registration flag. | |
| const std::string | name = "NONE" |
| Name to be used. | |
| LinkSmearing* Chroma::NoLinkSmearingEnv::@204::createSource | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
| std::string Chroma::NoLinkSmearingEnv::getName | ( | ) |
| bool Chroma::NoLinkSmearingEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 51 of file no_link_smearing.cc.
References createSource(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
bool Chroma::NoLinkSmearingEnv::registered = false [static] |
Local registration flag.
Definition at line 41 of file no_link_smearing.cc.
Referenced by registerAll().
const std::string Chroma::NoLinkSmearingEnv::name = "NONE" [static] |
Name to be used.
Definition at line 44 of file no_link_smearing.cc.
Referenced by getName(), and registerAll().
1.4.7