#include "argumentparser.hpp"
#include <iostream>
#include <string.h>
Include dependency graph for argumentparser.cpp:
Go to the source code of this file.
Typedefs | |
typedef map< string, string >::const_iterator | mapIt |
Definition in file argumentparser.cpp.
|
Returns the value of the argument arg. Returns an empty string if the argument was not specified. Note: Current implementation requires you to specify the complete parameter name. If the user specifies -l blah use argValue( "-l" ) Definition at line 127 of file argumentparser.cpp. Referenced by ArgumentParser::boolArgValue(). |