Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Namespaces | Functions
cli.hpp File Reference

This file contains the all the necessary functions and macros required for interacting with the command line interface. More...

#include <string>
#include <unordered_map>
Include dependency graph for cli.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 smith
 Accelerator functionality.
 
 smith::cli
 Command line functionality.
 

Functions

std::unordered_map< std::string, std::string > smith::cli::defineAndParse (int argc, char *argv[], std::string app_description)
 Defines command line options and parses the found values. More...
 
void smith::cli::printGiven (std::unordered_map< std::string, std::string > &cli_opts)
 Prints all given command line options to the screen. More...
 

Detailed Description

This file contains the all the necessary functions and macros required for interacting with the command line interface.

Definition in file cli.hpp.