ColPack
|
#include "command_line_parameter_processor.h"
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.