Inherited by CConfigSection.
Public Member Functions | |
| string | GetName () |
| bool | AddVar (string& var, string& val) |
| bool | DeleteVar (string& var) |
| bool | DeleteVar (string& var, bool caseSensitive) |
| IConfigVar@ | GetVar (string& var) |
| IConfigVar@ | GetVar (string& varname, bool caseSensitive) |
| void | GetVars (array< string >& list) |
| bool | SetVar (string& varname, string val) |
| bool | VarExists (string& var) |
| bool | VarExists (string& var, bool caseSensitive) |
| string GetName | ( | ) |
Implemented in CConfigSection.
Implemented in CConfigSection.
| bool DeleteVar | ( | string& | var | ) |
Implemented in CConfigSection.
| bool DeleteVar | ( | string& | var, | |
| bool | caseSensitive | |||
| ) |
Implemented in CConfigSection.
| IConfigVar@ GetVar | ( | string& | var | ) |
Implemented in CConfigSection.
| IConfigVar@ GetVar | ( | string& | varname, | |
| bool | caseSensitive | |||
| ) |
Implemented in CConfigSection.
| void GetVars | ( | array< string >& | list | ) |
Implemented in CConfigSection.
Implemented in CConfigSection.
| bool VarExists | ( | string& | var | ) |
Implemented in CConfigSection.
| bool VarExists | ( | string& | var, | |
| bool | caseSensitive | |||
| ) |
Implemented in CConfigSection.
1.7.1