UNIVERS
15.3
UNIVERS base processing software API
|
This is the complete list of members for IniSection, including all inherited members.
add(const char *name, const char *value) | IniSection | virtual |
add(const char *name, int v) | IniSection | |
add(const char *name, double v) | IniSection | |
AppendAll enum value | IniSection | |
AppendNew enum value | IniSection | |
count() const | IniSection | virtual |
fetch(int i) | IniSection | virtual |
fetch_value(const char *name) | IniSection | virtual |
get(int i) const | IniSection | virtual |
get_double_value(const char *name, double def_value=0.0) const | IniSection | |
get_int_value(const char *name, int def_value=0) const | IniSection | |
get_section_name() const | IniSection | |
get_section_type() const | IniSection | |
get_value(const char *name) const | IniSection | virtual |
IniSection(const char *szSectionType, const char *szSectionName) | IniSection | |
IniSection(const char *szTextBlock) | IniSection | |
IniSection(const IniSection &ini_sect) | IniSection | |
make_text() const | IniSection | virtual |
match(const char *word) | IniSection | virtual |
merge(const IniSection &ini_sect, MergeMode mode=AppendAll) | IniSection | |
MergeMode enum name | IniSection | |
n2i(const char *name, int start_index=0) const | IniSection | virtual |
ob | IniSection | protected |
operator()(int i) const | IniSection | inline |
operator()(const char *name) const | IniSection | inline |
operator[](int i) | IniSection | inline |
operator[](const char *name) | IniSection | inline |
Overwrite enum value | IniSection | |
parse_text(const char *text, int **err_lines=NULL) | IniSection | virtual |
put(const char *name, const char *value) | IniSection | virtual |
put(const char *name, int v) | IniSection | |
put(const char *name, double v) | IniSection | |
remove(int i) | IniSection | virtual |
Replace enum value | IniSection | |
section_name | IniSection | protected |
section_type | IniSection | protected |
set_section_name(const char *name) | IniSection | |
~IniSection() | IniSection | virtual |