Public Member Functions | |
bool | hasKey (Pentagram::istring key) |
KeyValue * | getKey (Pentagram::istring key) |
void | setKey (Pentagram::istring key, std::string value) |
void | unsetKey (Pentagram::istring key) |
std::string | dump () |
Public Attributes | |
Pentagram::istring | name |
std::list< KeyValue > | keys |
std::string | comment |
Definition at line 86 of file INIFile.h.
string INIFile::Section::dump | ( | ) |
KeyValue* INIFile::Section::getKey | ( | Pentagram::istring | key | ) |
bool INIFile::Section::hasKey | ( | Pentagram::istring | key | ) |
void INIFile::Section::setKey | ( | Pentagram::istring | key, | |
std::string | value | |||
) |
void INIFile::Section::unsetKey | ( | Pentagram::istring | key | ) |
std::string INIFile::Section::comment |
std::list<KeyValue> INIFile::Section::keys |