Public Member Functions | |
ConfigurationSection (const String &name) | |
ConfigurationSection (const ConfigurationSection &cs) | |
ConfigurationSection & | operator= (const ConfigurationSection &cs) |
String & | Name () |
Hashtable< String, List < StringPtr > >::Iterator | Begin () |
Array< String > | Keys () |
bool | ContainsKey (const String &key) |
StringPtr | Value (const String &key) |
List< StringPtr > & | Values (const String &key) |
void | Set (const String &key, const String &value) |
void | Remove (const String &key) |
StringPtr | ToIniString () |
StringPtr | ToXmlString () |
void | ValidateMem () const |
void | CheckMem () const |
Protected Attributes | |
String | m_name |
Hashtable< String, List < StringPtr > > | m_idx |
Definition at line 33 of file ConfigurationSection.h.