XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
command_line_inputs.hpp File Reference
#include <stdexcept>
#include <functional>
#include <vector>
#include <string>
Include dependency graph for command_line_inputs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CommandLineInputs
 
struct  CommandLineInputs::Option
 

Functions

template<typename T >
static T read_arg_after (int argc, char *argv[], int i, int *ierr)
 
template<>
int read_arg_after (int argc, char *argv[], int i, int *ierr)
 

Function Documentation

template<typename T >
static T read_arg_after ( int  argc,
char *  argv[],
int  i,
int *  ierr 
)
static
template<>
int read_arg_after ( int  argc,
char *  argv[],
int  i,
int *  ierr 
)