Function necsim::importArgs¶
- Defined in File ConfigParser.cpp
Function Documentation¶
-
void
necsim::importArgs(const unsigned int &argc, char *argv[], vector<string> &comargs)¶ Import the command line arguments in to the vector for future processing. Arguments will be placed in the vector comargs.
- Parameters
argc: the number of arguments.argv: a point to the array of arguments in raw character form.comargs: a vector of the command-line arguments to be filled.