#include <input_parser.h>
|
std::vector< std::string > | tokens |
|
Definition at line 4 of file input_parser.h.
◆ InputParser()
InputParser::InputParser |
( |
int & |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
inline |
◆ cmdOptionExists()
bool InputParser::cmdOptionExists |
( |
const std::string & |
option | ) |
const |
|
inline |
◆ getCmdOption()
template<typename T >
bool InputParser::getCmdOption |
( |
const std::string & |
option, |
|
|
T & |
ret |
|
) |
| const |
|
inline |
◆ tokens
std::vector<std::string> InputParser::tokens |
|
private |
The documentation for this class was generated from the following file: