int parse_commandline_options(int argc, char **argv)

This function parses the given commandline-parameters and updates the variables in the class Parameters_

Documentation

This function parses the given commandline-parameters and updates the variables in the class Parameters_.

Returns:
0, if the parameters are correct, else -1
Parameters:
argc - The number of parameters of the commandline
argv - The parameter-array

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.