C API Documentation
Public Member Functions | Public Attributes | List of all members
rr::IniSection Class Reference

Public Member Functions

 IniSection (const std::string &nameValueString, const char &sep)
 
IniKeyCreateKey (const string &_keyName, const string &Value="", const string &Comment="")
 
IniKeyGetKey (const int &i)
 
IniKeyGetKey (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
 

The documentation for this class was generated from the following file: