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