Public Member Functions

IConfigFile Interface Reference

Inherited by CConfigFile.

List of all members.

Public Member Functions

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

Member Function Documentation

bool IsVirtual (  ) 

Implemented in CConfigFile.

string GetName (  ) 

Implemented in CConfigFile.

bool AddSection ( string section  ) 

Implemented in CConfigFile.

IConfigSection@ GetSection ( string section  ) 

Implemented in CConfigFile.

IConfigSection@ GetSection ( string sectioname,
bool  caseSensitive 
)

Implemented in CConfigFile.

void GetSections ( array< string >&  list  ) 

Implemented in CConfigFile.

bool SectionExists ( string section  ) 

Implemented in CConfigFile.

bool SectionExists ( string section,
bool  caseSensitive 
)

Implemented in CConfigFile.