#include <input_parser.h>
Public Member Functions | |
bool | cmdOptionExists (const std::string &option) const |
template<typename T > | |
bool | getCmdOption (const std::string &option, T &ret) const |
InputParser (int &argc, char **argv) | |
Private Attributes | |
std::vector< std::string > | tokens |
Definition at line 4 of file input_parser.h.
|
inline |
Definition at line 7 of file input_parser.h.
|
inline |
Definition at line 26 of file input_parser.h.
|
inline |
Definition at line 13 of file input_parser.h.
|
private |
Definition at line 32 of file input_parser.h.