Holds informations about runtime options, such as "is this a verbose run" or path to configurations files.
More...
#include <runtimeoptions.hpp>
Holds informations about runtime options, such as "is this a verbose run" or path to configurations files.
Definition at line 42 of file runtimeoptions.hpp.
◆ RuntimeOptions() [1/2]
RuntimeOptions::RuntimeOptions |
( |
| ) |
|
|
explicit |
◆ ~RuntimeOptions()
Leosac::Tools::RuntimeOptions::~RuntimeOptions |
( |
| ) |
|
|
default |
◆ RuntimeOptions() [2/2]
Leosac::Tools::RuntimeOptions::RuntimeOptions |
( |
const RuntimeOptions & |
other | ) |
|
|
delete |
◆ get_param()
const std::string & RuntimeOptions::get_param |
( |
const std::string & |
key | ) |
const |
◆ has_param()
bool RuntimeOptions::has_param |
( |
const std::string & |
key | ) |
const |
◆ is_strict()
bool RuntimeOptions::is_strict |
( |
| ) |
const |
◆ operator=()
◆ set_param()
void RuntimeOptions::set_param |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
◆ set_strict()
void RuntimeOptions::set_strict |
( |
bool |
v | ) |
|
◆ _params
std::map<std::string, std::string> Leosac::Tools::RuntimeOptions::_params |
|
private |
◆ DefaultEmptyParam
const std::string RuntimeOptions::DefaultEmptyParam |
|
staticprivate |
◆ strict_
bool Leosac::Tools::RuntimeOptions::strict_ |
|
private |
The documentation for this class was generated from the following files: