Inherited by CConfigFile.
Public Member Functions | |
| bool | IsVirtual () |
| string | GetName () |
| bool | AddSection (string& section) |
| IConfigSection@ | GetSection (string& section) |
| IConfigSection@ | GetSection (string& sectioname, bool caseSensitive) |
| void | GetSections (array< string >& list) |
| bool | SectionExists (string& section) |
| bool | SectionExists (string& section, bool caseSensitive) |
| 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.
1.7.1