Command Line Interface.
More...
|
static bool | cmdOptionExists (char **begin, char **end, const std::string &option) |
| Get passed option. More...
|
|
static char * | getCmdOption (char **begin, char **end, const std::string &option) |
| Check if certain option is passed. More...
|
|
Command Line Interface.
Definition at line 23 of file cli.hpp.
static bool manak::utils::cli::CLI::cmdOptionExists |
( |
char ** |
begin, |
|
|
char ** |
end, |
|
|
const std::string & |
option |
|
) |
| |
|
inlinestatic |
Get passed option.
Definition at line 40 of file cli.hpp.
static char* manak::utils::cli::CLI::getCmdOption |
( |
char ** |
begin, |
|
|
char ** |
end, |
|
|
const std::string & |
option |
|
) |
| |
|
inlinestatic |
Check if certain option is passed.
Definition at line 27 of file cli.hpp.
The documentation for this class was generated from the following file: