|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
Functionality for parsing console application's command-line arguments. More...
#include <cxxopts.hpp>#include "HealthGPS.Input/data_source.h"#include <optional>#include <string>Go to the source code of this file.
Classes | |
| struct | hgps::CommandOptions |
| Defines the Command Line Interface (CLI) arguments options. More... | |
Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
Functions | |
| cxxopts::Options | hgps::create_options () |
| Creates the command-line interface (CLI) options. | |
| std::optional< CommandOptions > | hgps::parse_arguments (cxxopts::Options &options, int argc, char **argv) |
| Parses the command-line interface (CLI) arguments. | |
Functionality for parsing console application's command-line arguments.