#include <configuration.h>
Definition at line 22 of file configuration.h.
| Configuration::Configuration |
( |
std::string |
file | ) |
|
| Configuration::~Configuration |
( |
| ) |
|
|
virtual |
| bool Configuration::getBoolValue |
( |
std::string |
section, |
|
|
std::string |
key, |
|
|
bool |
defaultValue |
|
) |
| |
|
virtual |
| double Configuration::getDoubleValue |
( |
std::string |
section, |
|
|
std::string |
key |
|
) |
| |
|
virtual |
| std::string Configuration::getFilePrefix |
( |
| ) |
|
returns the name of the configuration file stripped of any directory
Definition at line 131 of file configuration.cpp.
| int Configuration::getIntValue |
( |
std::string |
section, |
|
|
std::string |
key |
|
) |
| |
|
virtual |
| std::string Utils::Configuration::getName |
( |
| ) |
|
|
inline |
| std::vector< std::string > Configuration::getStringList |
( |
std::string |
section, |
|
|
std::string |
key |
|
) |
| |
|
virtual |
| std::string Configuration::getStringValue |
( |
std::string |
section, |
|
|
std::string |
key |
|
) |
| |
|
virtual |
| unsigned long long int Configuration::getUnsignedLongLongIntValue |
( |
std::string |
section, |
|
|
std::string |
key |
|
) |
| |
|
virtual |
| bool Configuration::isMatchingSection |
( |
std::string |
line, |
|
|
std::string |
section |
|
) |
| |
|
staticprotected |
| bool Configuration::isNewSection |
( |
std::string |
line | ) |
|
|
staticprotected |
| std::string Configuration::stripDirectories |
( |
std::string |
str | ) |
|
|
protected |
| std::string Utils::Configuration::filename |
|
protected |
| std::ifstream Utils::Configuration::stream |
|
protected |
The documentation for this class was generated from the following files: