g4tools
5.4.0
|
This is the complete list of members for tools::args, including all inherited members.
add(const std::string &a_key, const std::string &a_value=std::string(), bool a_override=true) | tools::args | inline |
add(const std::vector< std::string > &a_args, bool a_strip=false) | tools::args | inline |
add(const std::vector< arg > &a_args) | tools::args | inline |
add(const args &a_from) | tools::args | inline |
add_keyvals(const std::vector< std::string > &a_args, bool a_strip=false) | tools::args | inline |
arg typedef | tools::args | |
argcv(int &a_argc, char **&a_argv) const | tools::args | inline |
args() | tools::args | inline |
args(int a_argc, char *a_argv[]) | tools::args | inline |
args(const std::vector< std::string > &a_args, bool a_strip=false) | tools::args | inline |
args(const std::vector< arg > &a_args) | tools::args | inline |
args(const std::string &a_args, const std::string &a_sep, bool a_strip) | tools::args | inline |
args(const args &a_from) | tools::args | inline |
delete_argcv(int &a_argc, char **&a_argv) | tools::args | inlinestatic |
dump(std::ostream &a_out, const std::string &a_comment=std::string(), const std::string &a_prefix=std::string()) const | tools::args | inline |
file(std::string &a_file) const | tools::args | inline |
file(std::string &a_file, bool a_remove) | tools::args | inline |
files(std::vector< std::string > &a_files, bool a_skip_first=true) const | tools::args | inline |
files_at_end(bool a_skip_first=true) | tools::args | inline |
find(const std::string &a_key, std::string &a_value, const std::string &a_def=std::string()) const | tools::args | inline |
find(const std::string &a_key, std::vector< std::string > &a_vals, bool a_clear=true) const | tools::args | inline |
find(const std::string &a_string, bool &a_value, const bool &a_def=false) const | tools::args | inline |
find(const std::string &a_string, aT &a_value, const aT &a_def=aT()) const | tools::args | inline |
first_not_hyphen(std::string &a_first, bool a_skip_first=false) const | tools::args | inline |
get_args() const | tools::args | inline |
insert_begin(const std::string &a_key, const std::string &a_value=std::string(), bool a_override=true) | tools::args | inline |
is_arg(const std::string &a_string) const | tools::args | inline |
is_empty() const | tools::args | inline |
isAnArgument(const std::string &a_key) const | tools::args | inline |
known_options(const std::vector< std::string > &a_knowns) const | tools::args | inline |
known_options(const std::string &a_known) const | tools::args | inline |
last(std::string &a_key, std::string &a_value) const | tools::args | inline |
m_args | tools::args | protected |
not_hyphens(std::vector< std::string > &a_not_hyphens, bool a_skip_first=false) const | tools::args | inline |
number() const | tools::args | inline |
operator=(const args &a_from) | tools::args | inline |
prog_name(std::string &a_value) const | tools::args | inline |
remove(const std::string &a_key) | tools::args | inline |
remove_first() | tools::args | inline |
remove_last() | tools::args | inline |
size() const | tools::args | inline |
to_vector(std::vector< std::string > &a_vec) const | tools::args | inline |
~args() | tools::args | inlinevirtual |