#include <Parser.h>
IniParser::IniParser |
( |
const Path & |
iniFileName | ) |
|
IniParser::~IniParser |
( |
| ) |
|
const AChar * IniParser::get_index |
( |
| ) |
const |
int IniParser::get_index_num |
( |
| ) |
const |
void IniParser::get_value |
( |
AString & |
value | ) |
const |
const AChar * IniParser::get_value |
( |
| ) |
const |
int IniParser::get_valueNum |
( |
| ) |
const |
bool IniParser::match |
( |
const AChar * |
section, |
|
|
const AChar * |
name |
|
) |
| const |
bool IniParser::match |
( |
const AChar * |
section, |
|
|
AString & |
name |
|
) |
| const |
bool IniParser::match_index |
( |
const AChar * |
section, |
|
|
const AChar * |
name |
|
) |
| const |
bool IniParser::read_next |
( |
| ) |
|
The documentation for this class was generated from the following files: