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