Inherits IConfigFile.
Public Member Functions | |
| CConfigFile (string filename) | |
| CConfigFile (string filename, bool virtual) | |
| bool | IsVirtual () |
| string | GetName () |
| bool | AddSection (string& sectioname) |
| IConfigSection@ | GetSection (string& sectioname) |
| IConfigSection@ | GetSection (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 |
| CConfigFile | ( | string | filename | ) |
| CConfigFile | ( | string | filename, | |
| bool | virtual | |||
| ) |
| 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.
| array<CConfigSection@> sections |
| bool virtual |
1.7.1