Caricamento in corso...
Ricerca in corso...
Nessun risultato
1#ifndef ARCHIVIATORE_CUM_BAC_CL_PARSER
2#define ARCHIVIATORE_CUM_BAC_CL_PARSER
4#include <tclap/CmdLine.h>
24 bool do_readStaticMap;
25 bool do_intermediateProd;
26 bool do_SaveBothRanges;
30 std::string fuzzy_path;
34void parseOptions(
int argc,
char** argv,
struct CUM_BAC_CLOPT *opt);
36void PrintOptions(
struct CUM_BAC_CLOPT *opt);