appendLine(const String §ion_name, const String &line) | INIFile | |
appendLine(const String &line) | INIFile | |
appendSection(const String §ion) | INIFile | |
apply(UnaryProcessor< LineIterator > &processor) | INIFile | |
check_duplicate_keys_ (defined in INIFile) | INIFile | [protected] |
clear() | INIFile | |
deleteLine(LineIterator line_it) | INIFile | |
deleteSection(const String §ion) | INIFile | |
duplicateKeyCheckEnabled() const | INIFile | |
filename_ (defined in INIFile) | INIFile | [protected] |
getContent() const (defined in INIFile) | INIFile | |
getFilename() const | INIFile | |
getLine(Size line_number) | INIFile | |
getNumberOfLines() const | INIFile | |
getNumberOfSections() const | INIFile | |
getSection(const String §ion_name) | INIFile | |
getSection(Position pos) | INIFile | |
getSectionFirstLine(const String §ion_name) | INIFile | |
getSectionLastLine(const String §ion_name) | INIFile | |
getSectionLength(const String §ion_name) const | INIFile | |
getValue(const String §ion, const String &key) const | INIFile | |
hasEntry(const String §ion, const String &key) const | INIFile | |
hasSection(const String §ion_name) const | INIFile | |
HEADER | INIFile | [static] |
INIFile() | INIFile | |
INIFile(const String &filename) | INIFile | |
insertLine(LineIterator line_it, const String &line) | INIFile | |
insertValue(const String §ion, const String &key, const String &value) | INIFile | |
isValid() const | INIFile | |
isValid(const LineIterator &it) const | INIFile | |
isValid(const SectionIterator &it) const | INIFile | |
LineIterator typedef | INIFile | |
MAX_LINE_LENGTH enum value | INIFile | |
operator=(const INIFile &file) (defined in INIFile) | INIFile | |
operator==(const INIFile &inifile) const | INIFile | |
read() | INIFile | |
section_index_ (defined in INIFile) | INIFile | [protected] |
SectionIterator typedef (defined in INIFile) | INIFile | |
sections_ (defined in INIFile) | INIFile | [protected] |
setContent(const List< String > &lines) (defined in INIFile) | INIFile | |
setDuplicateKeyCheck(bool mode) | INIFile | |
setFilename(const String &filename) | INIFile | |
setLine(LineIterator line_it, const String &line) | INIFile | |
setValue(const String §ion, const String &key, const String &value) | INIFile | |
UNDEFINED | INIFile | [static] |
valid_ (defined in INIFile) | INIFile | [protected] |
write() | INIFile | |
~INIFile() | INIFile | [virtual] |