#include <ArgumentParser.hpp>
Definition at line 31 of file ArgumentParser.hpp.
§ ArgumentParser()
| gk::ArgumentParser::ArgumentParser |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
§ addArgument()
| void gk::ArgumentParser::addArgument |
( |
const std::string & |
name, |
|
|
const Argument & |
argument |
|
) |
| |
|
inline |
§ debug()
| void gk::ArgumentParser::debug |
( |
| ) |
|
§ getArgument()
| const Argument& gk::ArgumentParser::getArgument |
( |
const std::string & |
name | ) |
|
|
inline |
§ parse()
| void gk::ArgumentParser::parse |
( |
| ) |
|
§ printHelp()
| void gk::ArgumentParser::printHelp |
( |
| ) |
|
§ m_arguments
| std::unordered_map<std::string, Argument> gk::ArgumentParser::m_arguments |
|
private |
§ m_argv
| std::vector<std::string> gk::ArgumentParser::m_argv |
|
private |
The documentation for this class was generated from the following files: