XGC1
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

◆ read_arg_after() [1/2]

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

◆ read_arg_after() [2/2]

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