#include <ConfigurationParameters.hpp>
◆ ConfigurationParameters() [1/2]
sgpp::base::ConfigurationParameters::ConfigurationParameters |
( |
| ) |
|
◆ ConfigurationParameters() [2/2]
sgpp::base::ConfigurationParameters::ConfigurationParameters |
( |
std::string |
fileName, |
|
|
std::map< std::string, std::string > |
defaultParameters = std::map<std::string, std::string>() |
|
) |
| |
◆ ~ConfigurationParameters()
sgpp::base::ConfigurationParameters::~ConfigurationParameters |
( |
| ) |
|
|
virtual |
◆ clear()
void sgpp::base::ConfigurationParameters::clear |
( |
| ) |
|
◆ clone()
◆ get()
std::string & sgpp::base::ConfigurationParameters::get |
( |
const std::string & |
key | ) |
|
◆ getAsBoolean()
bool sgpp::base::ConfigurationParameters::getAsBoolean |
( |
const std::string & |
key | ) |
|
◆ getAsList()
std::vector< std::string > sgpp::base::ConfigurationParameters::getAsList |
( |
const std::string & |
key | ) |
|
◆ getAsUnsigned()
uint64_t sgpp::base::ConfigurationParameters::getAsUnsigned |
( |
const std::string & |
key | ) |
|
◆ getKeys()
std::vector< std::string > sgpp::base::ConfigurationParameters::getKeys |
( |
| ) |
|
◆ readFromFile()
void sgpp::base::ConfigurationParameters::readFromFile |
( |
std::string |
fileName | ) |
|
◆ readFromMap()
void sgpp::base::ConfigurationParameters::readFromMap |
( |
const std::map< std::string, std::string > & |
parametersMap | ) |
|
◆ set()
void sgpp::base::ConfigurationParameters::set |
( |
const std::string |
key, |
|
|
std::string |
value |
|
) |
| |
◆ writeToFile()
void sgpp::base::ConfigurationParameters::writeToFile |
( |
std::string |
fileName | ) |
|
◆ parameters
std::map<std::string, std::string> sgpp::base::ConfigurationParameters::parameters |
|
protected |
The documentation for this class was generated from the following files: