ConfigurationSection Class Reference
[Configuration]

Inheritance diagram for ConfigurationSection:
IMemoryValidate

List of all members.

Public Member Functions

 ConfigurationSection (const String &name)
 ConfigurationSection (const ConfigurationSection &cs)
ConfigurationSectionoperator= (const ConfigurationSection &cs)
StringName ()
Hashtable< String, List
< StringPtr > >::Iterator 
Begin ()
Array< StringKeys ()
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

Detailed Description

Definition at line 33 of file ConfigurationSection.h.


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