VoiceMan
|
Public Member Functions | |
int | params (const std::string §ion, const std::string ¶m) const |
![]() | |
void | checkParams () const |
Checks values type matching. More... | |
ConfigFile () | |
The default constructor. | |
const ConfigFileSection & | findSection (const std::string &name) const |
Returns the reference to the section object by the section name. More... | |
const ConfigFileSection & | getSection (ConfigFileSectionVector::size_type index) const |
Returns the reference to the section object by the section index. More... | |
ConfigFileSectionVector::size_type | getSectionCount () const |
Returns the number of read sections. More... | |
bool | hasSection (const std::string &name) const |
Checks if the specified section is accessible. More... | |
void | load (const std::string &fileName) |
Loads configuration file content. More... | |
virtual | ~ConfigFile () |
The destructor. | |
Additional Inherited Members | |
![]() | |
enum | { AnyValue = -1, InvalidValue = 0, BooleanValue = 1, StringValue = 2, IntValue = 3, UintValue = 4, DoubleValue = 5 } |