|
BioCMAMC-ST
|
Classes | |
| class | ConfigFactory |
| class | ConfigFile |
Functions | |
| template<typename T> | |
| T | read_env_or (std::string_view varname, T vdefault) |
| Wrapper arround get_env to get envariable with fallback to default. | |
| template<typename T> | |
| bool | set_local_env (std::string_view varname, T val) |
| Wrapper arround set_env. | |
| template<> | |
| bool | read_env_or (std::string_view varname, bool vdefault) |
| template<> | |
| bool | set_local_env< std::string > (std::string_view varname, std::string val) |
| template<> | |
| bool | set_local_env< bool > (std::string_view varname, bool val) |
| bool Common::read_env_or | ( | std::string_view | varname, |
| bool | vdefault ) |
| T Common::read_env_or | ( | std::string_view | varname, |
| T | vdefault ) |
Wrapper arround get_env to get envariable with fallback to default.
| bool Common::set_local_env | ( | std::string_view | varname, |
| T | val ) |
Wrapper arround set_env.
| bool Common::set_local_env< bool > | ( | std::string_view | varname, |
| bool | val ) |
| bool Common::set_local_env< std::string > | ( | std::string_view | varname, |
| std::string | val ) |