Serac  0.1
Serac is an implicit thermal strucural 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

 serac
 Accelerator functionality.
 
 serac::cli
 Command line functionality.
 

Functions

std::unordered_map< std::string, std::string > serac::cli::defineAndParse (int argc, char *argv[], std::string app_description)
 Defines command line options and parses the found values. More...
 
void serac::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.