#include <command_line_parser.h>
| Public Member Functions | |
| CommandLineParser (int _argc, char **_argv) | |
| std::string | operator() (std::string param, std::string def_value="-1") | 
| bool | operator[] (std::string param) | 
| Private Attributes | |
| int | argc | 
| char ** | argv | 
Definition at line 10 of file command_line_parser.h.
| CommandLineParser::CommandLineParser | ( | int | _argc, | 
| char ** | _argv | ||
| ) | 
Definition at line 9 of file command_line_parser.cpp.
| std::string CommandLineParser::operator() | ( | std::string | param, | 
| std::string | def_value = "-1" | ||
| ) | 
Definition at line 25 of file command_line_parser.cpp.
| bool CommandLineParser::operator[] | ( | std::string | param | ) | 
Definition at line 11 of file command_line_parser.cpp.
| int CommandLineParser::argc  [private] | 
Definition at line 13 of file command_line_parser.h.
| char** CommandLineParser::argv  [private] | 
Definition at line 14 of file command_line_parser.h.