|
Quaternity
|
This file defines the command line argument parsing function header. More...
#include "settings.h"Go to the source code of this file.
Functions | |
| Settings | options (const int argc, const char **argv) |
| Parse the command line arguments and generate the settings from these. More... | |
This file defines the command line argument parsing function header.
Definition in file opts.h.
| Settings options | ( | const int | argc, |
| const char ** | argv | ||
| ) |
Parse the command line arguments and generate the settings from these.
This function parses the command line arguments and generates the corresponding settings. If no argument is given for a specific value then the default value will be used.
| argc | Number of command line arguments. |
| argv | Command line arguments. |
Definition at line 85 of file opts.cpp.