XGC1
|
#include <stdexcept>
#include <functional>
#include <vector>
#include <string>
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) |
|
static |
int read_arg_after | ( | int | argc, |
char * | argv[], | ||
int | i, | ||
int * | ierr | ||
) |