|
CHROMA
|
Parameter structure. More...
#include <inline_propagator_w.h>
Classes | |
| struct | NamedObject_t |
Public Member Functions | |
| InlinePropagatorParams () | |
| InlinePropagatorParams (XMLReader &xml_in, const std::string &path) | |
| void | writeXML (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
| unsigned long | frequency |
| ChromaProp_t | param |
| struct Chroma::InlinePropagatorParams::NamedObject_t | named_obj |
| std::string | xml_file |
Parameter structure.
Definition at line 26 of file inline_propagator_w.h.
| Chroma::InlinePropagatorParams::InlinePropagatorParams | ( | ) |
Definition at line 77 of file inline_propagator_w.cc.
References frequency.
| Chroma::InlinePropagatorParams::InlinePropagatorParams | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 79 of file inline_propagator_w.cc.
References frequency, named_obj, param, Chroma::read(), and xml_file.
| void Chroma::InlinePropagatorParams::writeXML | ( | XMLWriter & | xml_out, |
| const std::string & | path | ||
| ) |
Definition at line 111 of file inline_propagator_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::InlinePropagator::func().
| unsigned long Chroma::InlinePropagatorParams::frequency |
Definition at line 32 of file inline_propagator_w.h.
Referenced by Chroma::InlinePropagator::getFrequency(), and InlinePropagatorParams().
| struct Chroma::InlinePropagatorParams::NamedObject_t Chroma::InlinePropagatorParams::named_obj |
Referenced by Chroma::InlinePropagator::func(), InlinePropagatorParams(), and writeXML().
| ChromaProp_t Chroma::InlinePropagatorParams::param |
Definition at line 34 of file inline_propagator_w.h.
Referenced by Chroma::InlinePropagator::func(), InlinePropagatorParams(), and writeXML().
| std::string Chroma::InlinePropagatorParams::xml_file |
Definition at line 43 of file inline_propagator_w.h.
Referenced by InlinePropagatorParams(), and Chroma::InlinePropagator::operator()().