CHROMA
|
Parameter structure. More...
#include <inline_bar3ptfn_w.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
struct | SeqProp_t |
Public Member Functions | |
InlineBar3ptfnParams () | |
InlineBar3ptfnParams (XMLReader &xml_in, const std::string &path) | |
void | write (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
unsigned long | frequency |
struct Chroma::InlineBar3ptfnParams::Param_t | param |
struct Chroma::InlineBar3ptfnParams::NamedObject_t | named_obj |
Parameter structure.
Definition at line 26 of file inline_bar3ptfn_w.h.
Chroma::InlineBar3ptfnParams::InlineBar3ptfnParams | ( | ) |
Definition at line 140 of file inline_bar3ptfn_w.cc.
References frequency.
Chroma::InlineBar3ptfnParams::InlineBar3ptfnParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 145 of file inline_bar3ptfn_w.cc.
References frequency, named_obj, param, and Chroma::read().
void Chroma::InlineBar3ptfnParams::write | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 171 of file inline_bar3ptfn_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::InlineBar3ptfn::operator()().
unsigned long Chroma::InlineBar3ptfnParams::frequency |
Definition at line 32 of file inline_bar3ptfn_w.h.
Referenced by Chroma::InlineBar3ptfn::getFrequency(), and InlineBar3ptfnParams().
struct Chroma::InlineBar3ptfnParams::NamedObject_t Chroma::InlineBar3ptfnParams::named_obj |
Referenced by InlineBar3ptfnParams(), Chroma::InlineBar3ptfn::operator()(), and write().
struct Chroma::InlineBar3ptfnParams::Param_t Chroma::InlineBar3ptfnParams::param |
Referenced by InlineBar3ptfnParams(), Chroma::InlineBar3ptfn::operator()(), and write().