4.6.0
Freundlich's C++ toolkit
|
A sub command consists of a command name and a parser.
Public Types | |
using | tag = Tag |
using | parser_type = Parser |
using | result_type |
Public Member Functions | |
sub_command (fcppt::string &&, Parser &&, fcppt::options::optional_help_text &&) | |
fcppt::string const & | name () const |
Parser const & | parser () const |
fcppt::options::optional_help_text const & | help_text () const |
using fcppt::options::sub_command< Tag, Parser >::parser_type = Parser |
using fcppt::options::sub_command< Tag, Parser >::result_type |
using fcppt::options::sub_command< Tag, Parser >::tag = Tag |
fcppt::options::sub_command< Tag, Parser >::sub_command | ( | fcppt::string && | , |
Parser && | , | ||
fcppt::options::optional_help_text && | ) |
|
nodiscard |
|
nodiscard |
|
nodiscard |