Classes | |
| struct | Params |
| Params for Hyp link smearing. More... | |
| class | LinkSmear |
| Hyp 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 = "HYP_SMEAR" |
| Name to be used. | |
| LinkSmearing* Chroma::HypLinkSmearingEnv::@201::createSource | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) | [static] |
| std::string Chroma::HypLinkSmearingEnv::getName | ( | ) |
| bool Chroma::HypLinkSmearingEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 53 of file hyp_link_smearing.cc.
References createSource(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
bool Chroma::HypLinkSmearingEnv::registered = false [static] |
Local registration flag.
Definition at line 43 of file hyp_link_smearing.cc.
Referenced by registerAll().
const std::string Chroma::HypLinkSmearingEnv::name = "HYP_SMEAR" [static] |
Name to be used.
Definition at line 46 of file hyp_link_smearing.cc.
Referenced by getName(), and registerAll().
1.4.7