C API Documentation
|
Public Member Functions | |
IniSection (const std::string &nameValueString, const char &sep) | |
IniKey * | CreateKey (const string &_keyName, const string &Value="", const string &Comment="") |
IniKey * | GetKey (const int &i) |
IniKey * | GetKey (const string &keyName, bool create=false) |
size_t | KeyCount () |
size_t | NonKeyCount () |
void | Clear () |
string | GetNonKeysAsString () |
string | AsString () |
Public Attributes | |
bool | mIsUsed |
string | mName |
string | mComment |
KeyList | mKeys |
NonKeyList | mNonKeys |