|
CHROMA
|
Parameter structure. More...
#include <inline_list_obj.h>
Public Member Functions | |
| InlineListNamedObjParams () | |
| InlineListNamedObjParams (XMLReader &xml_in, const std::string &path) | |
| void | write (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
| unsigned long | frequency |
Parameter structure.
Definition at line 25 of file inline_list_obj.h.
| Chroma::InlineListNamedObjParams::InlineListNamedObjParams | ( | ) |
Definition at line 44 of file inline_list_obj.cc.
References frequency.
| Chroma::InlineListNamedObjParams::InlineListNamedObjParams | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 46 of file inline_list_obj.cc.
References frequency, and Chroma::read().
| void Chroma::InlineListNamedObjParams::write | ( | XMLWriter & | xml_out, |
| const std::string & | path | ||
| ) |
Definition at line 66 of file inline_list_obj.cc.
References Chroma::pop(), and Chroma::push().
| unsigned long Chroma::InlineListNamedObjParams::frequency |
Definition at line 31 of file inline_list_obj.h.
Referenced by Chroma::InlineListNamedObj::getFrequency(), and InlineListNamedObjParams().