NAIA
1.0.2
|
#include <TROOT.h>
#include <argp.h>
Go to the source code of this file.
Classes | |
struct | arguments |
Functions | |
static int | parse_opt (int key, char *arg, struct argp_state *state) |
Variables | |
struct argp_option | options [] |
struct argp | argp = {options, parse_opt, 0, 0} |
|
static |
Definition at line 33 of file cli_options.h.
References arguments::debug_level, arguments::event, arguments::flag_input, arguments::flag_output, arguments::flag_overwrite, arguments::from_event, arguments::infilename, arguments::nevents, and arguments::outfilename.
Definition at line 18 of file cli_options.h.
struct argp_option options[] |
Definition at line 10 of file cli_options.h.