Functions

Utilities/command_line_parameter_processor.h File Reference

#include <iostream>
#include <string>
#include <vector>
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

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.