CHROMA
|
Parameter structure. More...
#include <inline_heavy_light_cont_w.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
Public Member Functions | |
InlineHeavyLightContParams () | |
InlineHeavyLightContParams (XMLReader &xml_in, const std::string &path) | |
void | write (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
unsigned long | frequency |
struct Chroma::InlineHeavyLightContParams::Param_t | param |
struct Chroma::InlineHeavyLightContParams::NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 25 of file inline_heavy_light_cont_w.h.
Chroma::InlineHeavyLightContParams::InlineHeavyLightContParams | ( | ) |
Definition at line 153 of file inline_heavy_light_cont_w.cc.
References frequency.
Chroma::InlineHeavyLightContParams::InlineHeavyLightContParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 158 of file inline_heavy_light_cont_w.cc.
References frequency, named_obj, param, Chroma::read(), and xml_file.
void Chroma::InlineHeavyLightContParams::write | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 190 of file inline_heavy_light_cont_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), Chroma::write(), and xml_file.
Referenced by Chroma::InlineHeavyLightCont::func().
unsigned long Chroma::InlineHeavyLightContParams::frequency |
Definition at line 31 of file inline_heavy_light_cont_w.h.
Referenced by Chroma::InlineHeavyLightCont::getFrequency(), and InlineHeavyLightContParams().
struct Chroma::InlineHeavyLightContParams::NamedObject_t Chroma::InlineHeavyLightContParams::named_obj |
Referenced by Chroma::InlineHeavyLightCont::func(), InlineHeavyLightContParams(), and write().
struct Chroma::InlineHeavyLightContParams::Param_t Chroma::InlineHeavyLightContParams::param |
Referenced by Chroma::InlineHeavyLightCont::func(), InlineHeavyLightContParams(), and write().
std::string Chroma::InlineHeavyLightContParams::xml_file |
Definition at line 59 of file inline_heavy_light_cont_w.h.
Referenced by InlineHeavyLightContParams(), Chroma::InlineHeavyLightCont::operator()(), and write().