#include <inline_make_source_w.h>
Inheritance diagram for Chroma::InlineMakeSource:

Public Member Functions | |
| ~InlineMakeSource () | |
| InlineMakeSource (const InlineMakeSourceParams &p) | |
| InlineMakeSource (const InlineMakeSource &p) | |
| unsigned long | getFrequency (void) const |
| Tell me how often I should measure this beastie. | |
| void | operator() (const unsigned long update_no, XMLWriter &xml_out) |
| Do the measurement. | |
Protected Member Functions | |
| void | func (const unsigned long update_no, XMLWriter &xml_out) |
| Do the measurement. | |
Private Attributes | |
| InlineMakeSourceParams | params |
Definition at line 48 of file inline_make_source_w.h.
| Chroma::InlineMakeSource::~InlineMakeSource | ( | ) | [inline] |
Definition at line 51 of file inline_make_source_w.h.
| Chroma::InlineMakeSource::InlineMakeSource | ( | const InlineMakeSourceParams & | p | ) | [inline] |
Definition at line 52 of file inline_make_source_w.h.
| Chroma::InlineMakeSource::InlineMakeSource | ( | const InlineMakeSource & | p | ) | [inline] |
Definition at line 53 of file inline_make_source_w.h.
| void Chroma::InlineMakeSource::func | ( | const unsigned long | update_no, | |
| XMLWriter & | xml_out | |||
| ) | [protected] |
Do the measurement.
Definition at line 153 of file inline_make_source_w.cc.
References END_CODE, Chroma::ForwardProp_t::gauge_header, Chroma::InlineMakeSourceParams::NamedObject_t::gauge_id, Chroma::SftMom::getSet(), Chroma::GroupXML_t::id, Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), Chroma::MesPlq(), Chroma::InlineMakeSourceEnv::name, Chroma::InlineMakeSourceParams::named_obj, Chroma::InlineMakeSourceParams::param, params, Chroma::GroupXML_t::path, Chroma::proginfo(), prop_header, savern(), Chroma::PropSourceConst_t::source, Chroma::ForwardProp_t::source_header, Chroma::InlineMakeSourceParams::NamedObject_t::source_id, START_CODE, u, Chroma::uniqueId(), Chroma::InlineMakeSourceParams::write(), Chroma::write(), and Chroma::GroupXML_t::xml.
Referenced by operator()().
| unsigned long Chroma::InlineMakeSource::getFrequency | ( | void | ) | const [inline, virtual] |
Tell me how often I should measure this beastie.
Implements Chroma::AbsInlineMeasurement.
Definition at line 55 of file inline_make_source_w.h.
References Chroma::InlineMakeSourceParams::frequency, and params.
| void Chroma::InlineMakeSource::operator() | ( | const unsigned long | update_no, | |
| XMLWriter & | xml_out | |||
| ) | [virtual] |
Do the measurement.
Implements Chroma::AbsInlineMeasurement.
Definition at line 128 of file inline_make_source_w.cc.
References func(), Chroma::makeXMLFileName(), params, Chroma::write(), and Chroma::InlineMakeSourceParams::xml_file.
Definition at line 67 of file inline_make_source_w.h.
Referenced by func(), getFrequency(), and operator()().
1.4.7