34 #include <visp3/core/vpConfig.h>
35 #include <visp3/core/vpException.h>
173 ARGV_NO_DEFAULTS = 0x1,
174 ARGV_NO_LEFTOVERS = 0x2,
175 ARGV_NO_ABBREV = 0x4,
176 ARGV_DONT_SKIP_FIRST_ARG = 0x8,
180 #ifndef DOXYGEN_SHOULD_SKIP_THIS
195 static vpArgvInfo defaultTable[2];
196 static bool parse(
int *argcPtr,
const char **argv, vpArgvInfo *argTable,
int flags);
197 static int parse(
int argc,
const char **argv,
const char *validOpts,
const char **param);
200 static void printUsage(vpArgvInfo *argTable,
int flags);