YASK
Yet Another Stencil Kit: a software framework for creating HPC stencil code. Copyright 2014-2023 Intel Corporation.
|
This is the complete list of members for yask::command_line_parser::bool_option, including all inherited members.
_double_val(const string_vec &args, int &argi) | yask::command_line_parser::option_base | protectedvirtual |
_idx_val(const string_vec &args, int &argi) | yask::command_line_parser::option_base | protectedvirtual |
_is_opt(const string_vec &args, int &argi, const std::string &str) const | yask::command_line_parser::option_base | protectedvirtual |
_print_help(std::ostream &os, const std::string &display_name, int width) const | yask::command_line_parser::option_base | protectedvirtual |
_string_val(const string_vec &args, int &argi) | yask::command_line_parser::option_base | protectedvirtual |
bool_option(const std::string &name, const std::string &help_msg, bool &val) | yask::command_line_parser::bool_option | inline |
check_arg(const string_vec &args, int &argi) override | yask::command_line_parser::bool_option | virtual |
get_help() const | yask::command_line_parser::option_base | inlinevirtual |
get_name() const | yask::command_line_parser::option_base | inlinevirtual |
option_base(const std::string &name, const std::string &help_msg, const std::string ¤t_value_prefix=std::string("Current value = "), const std::string &help_line_prefix=std::string(" ")) | yask::command_line_parser::option_base | inline |
print_help(std::ostream &os, int width) const override | yask::command_line_parser::bool_option | virtual |
print_value(std::ostream &os) const override | yask::command_line_parser::bool_option | inlinevirtual |
~option_base() (defined in yask::command_line_parser::option_base) | yask::command_line_parser::option_base | inlinevirtual |