![]() |
Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
#include <bayeux/datatools/configuration/ui/variant_repository_cli.h>
Public Member Functions | |
| variant_repository_cli (datatools::configuration::variant_repository &) | |
| Constructor. More... | |
| datatools::logger::priority | get_logging () const |
| Return the logging priority threshold. More... | |
| void | set_logging (const datatools::logger::priority) |
| Set the logging priority threshold. More... | |
| command::returned_info | cmd_set_parameter (const std::string ®istry_key_, const std::string ¶m_path_, const std::string ¶m_value_token_) |
| Set the value of a variant parameter. More... | |
| command::returned_info | cmd_get_parameter (const std::string ®istry_key_, const std::string ¶m_path_, std::string ¶m_value_token_) const |
| Get the value of a variant parameter. More... | |
| command::returned_info | cmd_has_parameter (const std::string ®istry_key_, const std::string &variant_path_, bool &present_) const |
| Check if a variant is present. More... | |
| command::returned_info | cmd_is_active_variant (const std::string ®istry_key_, const std::string &variant_path_, bool &active_) const |
| Check if a variant is active. More... | |
| command::returned_info | cmd_is_active_registry (const std::string ®istry_key_, bool &active_) const |
| Check if a variant registry is active. More... | |
| datatools::configuration::ui::variant_repository_cli::variant_repository_cli | ( | datatools::configuration::variant_repository & | ) |
Constructor.
| command::returned_info datatools::configuration::ui::variant_repository_cli::cmd_get_parameter | ( | const std::string & | registry_key_, |
| const std::string & | param_path_, | ||
| std::string & | param_value_token_ | ||
| ) | const |
Get the value of a variant parameter.
| command::returned_info datatools::configuration::ui::variant_repository_cli::cmd_has_parameter | ( | const std::string & | registry_key_, |
| const std::string & | variant_path_, | ||
| bool & | present_ | ||
| ) | const |
Check if a variant is present.
| command::returned_info datatools::configuration::ui::variant_repository_cli::cmd_is_active_registry | ( | const std::string & | registry_key_, |
| bool & | active_ | ||
| ) | const |
Check if a variant registry is active.
| command::returned_info datatools::configuration::ui::variant_repository_cli::cmd_is_active_variant | ( | const std::string & | registry_key_, |
| const std::string & | variant_path_, | ||
| bool & | active_ | ||
| ) | const |
Check if a variant is active.
| command::returned_info datatools::configuration::ui::variant_repository_cli::cmd_set_parameter | ( | const std::string & | registry_key_, |
| const std::string & | param_path_, | ||
| const std::string & | param_value_token_ | ||
| ) |
Set the value of a variant parameter.
| datatools::logger::priority datatools::configuration::ui::variant_repository_cli::get_logging | ( | ) | const |
Return the logging priority threshold.
| void datatools::configuration::ui::variant_repository_cli::set_logging | ( | const datatools::logger::priority | ) |
Set the logging priority threshold.
1.8.15