Public Member Functions | Public Attributes

CConfigFile Class Reference

Inherits IConfigFile.

List of all members.

Public Member Functions

 CConfigFile (string filename)
 CConfigFile (string filename, bool virtual)
bool IsVirtual ()
string GetName ()
bool AddSection (string& sectioname)
IConfigSectionGetSection (string& sectioname)
IConfigSectionGetSection (string& sectioname, bool caseSensitive)
void GetSections (array< string >& list)
bool SectionExists (string& sectioname)
bool SectionExists (string& sectioname, bool caseSensitive)

Public Attributes

string name
array< CConfigSection@> sections
bool virtual

Constructor & Destructor Documentation

CConfigFile ( string  filename  ) 
CConfigFile ( string  filename,
bool  virtual 
)

Member Function Documentation

bool IsVirtual (  ) 

Implements IConfigFile.

string GetName (  ) 

Implements IConfigFile.

bool AddSection ( string sectioname  ) 

Implements IConfigFile.

IConfigSection@ GetSection ( string sectioname  ) 

Implements IConfigFile.

IConfigSection@ GetSection ( string sectioname,
bool  caseSensitive 
)

Implements IConfigFile.

void GetSections ( array< string >&  list  ) 

Implements IConfigFile.

bool SectionExists ( string sectioname  ) 

Implements IConfigFile.

bool SectionExists ( string sectioname,
bool  caseSensitive 
)

Implements IConfigFile.


Member Data Documentation

bool virtual