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