This class is simply to allow tests access to App's protected functions.
More...
#include <CLI11.hpp>
This class is simply to allow tests access to App's protected functions.
Definition at line 6429 of file CLI11.hpp.
◆ get_fallthrough_parent()
static App* get_fallthrough_parent |
( |
App * |
app | ) |
|
|
inlinestatic |
Wrap the fallthrough parent function to make sure that is working correctly.
Definition at line 6445 of file CLI11.hpp.
◆ parse_arg()
static auto parse_arg |
( |
App * |
app, |
|
|
Args &&... |
args |
|
) |
| -> typename std::result_of<decltype (&App::_parse_arg)(App, Args...)>::type |
|
inlinestatic |
Wrap _parse_short, perfectly forward arguments and return.
Definition at line 6433 of file CLI11.hpp.
◆ parse_subcommand()
static auto parse_subcommand |
( |
App * |
app, |
|
|
Args &&... |
args |
|
) |
| -> typename std::result_of<decltype (&App::_parse_subcommand)(App, Args...)>::type |
|
inlinestatic |
Wrap _parse_subcommand, perfectly forward arguments and return.
Definition at line 6440 of file CLI11.hpp.
The documentation for this struct was generated from the following file: