This is the complete list of members for gears::optparse::option, including all inherited members.
alias | gears::optparse::option | |
flags | gears::optparse::option | |
get() const | gears::optparse::option | inline |
get_or(const typename std::remove_reference< T >::type &def) const noexcept | gears::optparse::option | inline |
help | gears::optparse::option | |
is(char arg) const noexcept | gears::optparse::option | inline |
is(const std::string &arg) const noexcept (defined in gears::optparse::option) | gears::optparse::option | inline |
is_active() const noexcept | gears::optparse::option | inline |
metavar() const noexcept | gears::optparse::option | inline |
name | gears::optparse::option | |
nargs() const noexcept | gears::optparse::option | inline |
operator=(const option &other) | gears::optparse::option | inline |
operator=(option &&)=default | gears::optparse::option | |
option(std::string name, std::string help="", value_type value=constant(true), trait flags=trait::none) | gears::optparse::option | inline |
option(std::string name, char alias, std::string help="", value_type value=constant(true), trait flags=trait::none) | gears::optparse::option | inline |
option(char alias, std::string help="", value_type value=constant(true), trait flags=trait::none) | gears::optparse::option | inline |
option(const option &other) | gears::optparse::option | inline |
option(option &&)=default | gears::optparse::option | |
takes_value() const noexcept | gears::optparse::option | inline |
trait enum name | gears::optparse::option | related |
~option()=default | gears::optparse::option |