#include <iostream>#include <string>#include <vector>
Go to the source code of this file.
Functions | |
| void | createArgs (int argc, const char *argv[], vector< string > &arg) |
| int | findArg (string argument, vector< string > &arg) |
| void createArgs | ( | int | argc, | |
| const char * | argv[], | |||
| vector< string > & | arg | |||
| ) |
Definition at line 23 of file command_line_parameter_processor.cpp.
| int findArg | ( | string | argument, | |
| vector< string > & | arg | |||
| ) |
Definition at line 27 of file command_line_parameter_processor.cpp.
1.7.1