CPP-AP 2.2.6
Command-line argument parser for C++20
|
This is the complete list of members for ap::detail::argument_base, including all inherited members.
::ap::argument_parser (defined in ap::detail::argument_base) | ap::detail::argument_base | friend |
_help_msg (defined in ap::detail::argument_base) | ap::detail::argument_base | protected |
_name (defined in ap::detail::argument_base) | ap::detail::argument_base | protected |
argument_base(const argument_name &name) (defined in ap::detail::argument_base) | ap::detail::argument_base | inlineprotected |
bypass_required_enabled() const noexcept=0 | ap::detail::argument_base | protectedpure virtual |
count() const noexcept=0 | ap::detail::argument_base | protectedpure virtual |
desc(const bool verbose, const char flag_char) const noexcept=0 | ap::detail::argument_base | protectedpure virtual |
has_parsed_values() const noexcept=0 | ap::detail::argument_base | protectedpure virtual |
has_value() const noexcept=0 | ap::detail::argument_base | protectedpure virtual |
help() const noexcept | ap::detail::argument_base | inlineprotected |
is_required() const noexcept=0 | ap::detail::argument_base | protectedpure virtual |
is_used() const noexcept=0 | ap::detail::argument_base | protectedpure virtual |
mark_used()=0 | ap::detail::argument_base | protectedpure virtual |
name() const noexcept | ap::detail::argument_base | inlineprotected |
nvalues_ordering() const noexcept=0 | ap::detail::argument_base | protectedpure virtual |
set_value(const std::string &value)=0 | ap::detail::argument_base | protectedpure virtual |
value() const =0 | ap::detail::argument_base | protectedpure virtual |
values() const =0 | ap::detail::argument_base | protectedpure virtual |
~argument_base()=default (defined in ap::detail::argument_base) | ap::detail::argument_base | virtual |