parse_args

View page source

Parse Command Line Arguments

Prototype

arguments_t parse_args(int argc, char* argv[])

arguments_t

struct arguments_t
{
   std::string  algorithm;
   std::string  file_name;
   size_t       n_other;
   double       min_time;
   std::string  package;
   size_t       n_arg;
   bool         time_setup;
};

argument

meaning

algorithm

see algorithm

file_name

see file_name

min_time

see min_time

package

see package

n_arg

see n_arg

n_other

see n_other

time_setup

see time_setup