|
cli11
|
Grants the test suite access to cli::app_t's protected members. More...
Static Public Member Functions | |
| template<typename... args_t> | |
| static auto | parse_arg (app_t *app, args_t &&...args) -> decltype(auto) |
| Calls cli::app_t::_parse_arg. | |
| template<typename... args_t> | |
| static auto | parse_subcommand (app_t *app, args_t &&...args) -> decltype(auto) |
| Calls cli::app_t::_parse_subcommand. | |
| static auto | get_fallthrough_parent (app_t *app) -> app_t * |
| Calls cli::app_t::_get_fallthrough_parent. | |
| static auto | get_fallthrough_parent (const app_t *app) -> const app_t * |
| Calls cli::app_t::_get_fallthrough_parent. | |
Grants the test suite access to cli::app_t's protected members.
Calls cli::app_t::_get_fallthrough_parent.
| app | The application to call into. |
|
inlinestatic |
Calls cli::app_t::_get_fallthrough_parent.
| app | The application to call into. |
|
inlinestatic |
Calls cli::app_t::_parse_arg.
| app | The application to call into. |
| args | The arguments to forward. |
|
inlinestatic |
Calls cli::app_t::_parse_subcommand.
| app | The application to call into. |
| args | The arguments to forward. |