Parse command line arguments.
More...
#include <Application.h>
Parse command line arguments.
◆ InputParser()
rose::InputParser::InputParser |
( |
int & |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
argc | The number of command line arguments passed to the application |
argv | The array of command line arguments. |
◆ cmdOptionExists()
bool rose::InputParser::cmdOptionExists |
( |
const std::string_view & |
option | ) |
const |
|
inline |
◆ getCmdOption()
const std::string& rose::InputParser::getCmdOption |
( |
const std::string_view & |
option | ) |
const |
|
inline |
The documentation for this class was generated from the following file: