Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

argumentparser.cpp File Reference

#include "argumentparser.hpp"
#include <iostream>
#include <string.h>

Include dependency graph for argumentparser.cpp:

Include dependency graph

Go to the source code of this file.

Typedefs

typedef map< string, string
>::const_iterator 
mapIt


Detailed Description

Implementation of ArgumentParser class

Definition in file argumentparser.cpp.


Typedef Documentation

typedef map<string, string>::const_iterator mapIt
 

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().


Generated on Mon Dec 1 14:26:27 2003 for Ck by doxygen 1.3.3