Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
#include <bayeux/datatools/configuration/ui/variant_registry_cli.h>
Public Member Functions | |
variant_registry_cli (datatools::configuration::variant_registry &) | |
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_is_parameter_value_enabled (const std::string ¶m_path_, const std::string &value_token_, bool &enabled_) |
Command to check if the value of a parameter is enabled. More... | |
command::returned_info | cmd_set_parameter_value (const std::string ¶m_path_, const std::string &value_token_) |
Command to set the value of a parameter from a string. More... | |
command::returned_info | cmd_get_parameter_value (const std::string ¶m_path_, std::string &value_token_) const |
Command to get the value string of a parameter. More... | |
command::returned_info | cmd_is_active_variant (const std::string &variant_path_, bool &active_) const |
Check if a variant is active. More... | |
command::returned_info | cmd_has_variant (const std::string &variant_path_, bool &existing_) const |
Check if a variant exists. More... | |
command::returned_info | cmd_has_parameter (const std::string ¶meter_path_, bool &existing_) const |
Check if a parameter exists. More... | |
datatools::configuration::ui::variant_registry_cli::variant_registry_cli | ( | datatools::configuration::variant_registry & | ) |
Constructor.
command::returned_info datatools::configuration::ui::variant_registry_cli::cmd_get_parameter_value | ( | const std::string & | param_path_, |
std::string & | value_token_ | ||
) | const |
Command to get the value string of a parameter.
command::returned_info datatools::configuration::ui::variant_registry_cli::cmd_has_parameter | ( | const std::string & | parameter_path_, |
bool & | existing_ | ||
) | const |
Check if a parameter exists.
command::returned_info datatools::configuration::ui::variant_registry_cli::cmd_has_variant | ( | const std::string & | variant_path_, |
bool & | existing_ | ||
) | const |
Check if a variant exists.
command::returned_info datatools::configuration::ui::variant_registry_cli::cmd_is_active_variant | ( | const std::string & | variant_path_, |
bool & | active_ | ||
) | const |
Check if a variant is active.
command::returned_info datatools::configuration::ui::variant_registry_cli::cmd_is_parameter_value_enabled | ( | const std::string & | param_path_, |
const std::string & | value_token_, | ||
bool & | enabled_ | ||
) |
Command to check if the value of a parameter is enabled.
command::returned_info datatools::configuration::ui::variant_registry_cli::cmd_set_parameter_value | ( | const std::string & | param_path_, |
const std::string & | value_token_ | ||
) |
Command to set the value of a parameter from a string.
datatools::logger::priority datatools::configuration::ui::variant_registry_cli::get_logging | ( | ) | const |
Return the logging priority threshold.
void datatools::configuration::ui::variant_registry_cli::set_logging | ( | const datatools::logger::priority | ) |
Set the logging priority threshold.