Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
Simple argument parser. More...
#include <utility.h>
Public Member Functions | |
input_parser (int &argc, char **argv) | |
const std::string & | get_cmd_option (const std::string &option) const |
bool | cmd_option_exists (const std::string &option) const |
Simple argument parser.
https://stackoverflow.com/questions/865668/parsing-command-line-arguments-in-c
input_parser::input_parser | ( | int & | argc, |
char ** | argv | ||
) |
Definition at line 6 of file utility.cpp.
bool input_parser::cmd_option_exists | ( | const std::string & | option | ) | const |
Definition at line 25 of file utility.cpp.
const std::string & input_parser::get_cmd_option | ( | const std::string & | option | ) | const |
Definition at line 12 of file utility.cpp.