|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
This file contains the all the necessary functions and macros required for interacting with the command line interface. More...
#include <string>#include <unordered_map>

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... | |
This file contains the all the necessary functions and macros required for interacting with the command line interface.
Definition in file cli.hpp.