|
CHROMA
|
Classes | |
| struct | Params |
| class | InlineMeas |
Functions | |
| bool | registerAll () |
| Register all the factories. More... | |
| void | read (XMLReader &xml, const std::string &path, Params::Param_t ¶m) |
| Parameter input. More... | |
| void | write (XMLWriter &xml, const std::string &path, const Params::Param_t ¶m) |
| Parameter output. More... | |
| void | read (XMLReader &xml, const std::string &path, Params::NamedObject_t &input) |
| Parameter input. More... | |
| void | write (XMLWriter &xml, const std::string &path, const Params::NamedObject_t &input) |
| Parameter output. More... | |
| void Chroma::InlinePlaqDenEnv::read | ( | XMLReader & | xml, |
| const std::string & | path, | ||
| Params::NamedObject_t & | input | ||
| ) |
Parameter input.
Definition at line 111 of file inline_plaq_density.cc.
References Chroma::InlinePlaqDenEnv::Params::NamedObject_t::gauge_id, Chroma::InlinePlaqDenEnv::Params::NamedObject_t::out_file, and read().
| void Chroma::InlinePlaqDenEnv::read | ( | XMLReader & | xml, |
| const std::string & | path, | ||
| Params::Param_t & | param | ||
| ) |
Parameter input.
Definition at line 79 of file inline_plaq_density.cc.
Referenced by Chroma::InlinePlaqDenEnv::Params::Params(), and read().
| bool Chroma::InlinePlaqDenEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 33 of file inline_plaq_density.cc.
References Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::AsqtadFermActEnv::name, Chroma::CreateGaugeStateEnv::registerAll(), and Chroma::AsqtadFermActEnv::registered.
Referenced by Chroma::InlineGlueAggregateEnv::registerAll().
| void Chroma::InlinePlaqDenEnv::write | ( | XMLWriter & | xml, |
| const std::string & | path, | ||
| const Params::NamedObject_t & | input | ||
| ) |
Parameter output.
Definition at line 120 of file inline_plaq_density.cc.
References Chroma::InlinePlaqDenEnv::Params::NamedObject_t::gauge_id, Chroma::InlinePlaqDenEnv::Params::NamedObject_t::out_file, Chroma::pop(), Chroma::push(), and write().
| void Chroma::InlinePlaqDenEnv::write | ( | XMLWriter & | xml, |
| const std::string & | path, | ||
| const Params::Param_t & | param | ||
| ) |
Parameter output.
Definition at line 99 of file inline_plaq_density.cc.
References Chroma::pop(), and Chroma::push().
Referenced by Chroma::InlinePlaqDenEnv::InlineMeas::operator()(), and write().