Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
command_options.h File Reference

Functionality for parsing console application's command-line arguments. More...

#include <cxxopts.hpp>
#include "HealthGPS.Input/data_source.h"
#include <optional>
#include <string>
Include dependency graph for command_options.h:
This graph shows which files directly or indirectly include this file:

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< CommandOptionshgps::parse_arguments (cxxopts::Options &options, int argc, char **argv)
 Parses the command-line interface (CLI) arguments.
 

Detailed Description

Functionality for parsing console application's command-line arguments.