39 (
"help",
"Produce help message")
40 (
"inputFile", value< vector<string> >(),
"Input file name. ")
51 ::std::cout <<
m_descr << ::std::endl;
const kaboom::Options * options
Options(int argc, char **argv)
Ctor. Parses the command parameters given to the main function of the program.
options_description m_descr
The internally used option description.
variables_map m_variables
The internally used variable map.
positional_options_description m_pdescr
The internally used positional option desription.