Bincimap 2.0.16
Easy Imapping
|
#include <argparser.h>
Public Member Functions | |
ArgOpts (const std::string &chr, bool boolean, bool optional, const std::string &descr) | |
Data Fields | |
std::string | c |
bool | b |
bool | o |
std::string | desc |
Definition at line 14 of file argparser.h.
|
inline |
Definition at line 21 of file argparser.h.
bool b |
Definition at line 17 of file argparser.h.
std::string c |
Definition at line 16 of file argparser.h.
std::string desc |
Definition at line 19 of file argparser.h.
bool o |
Definition at line 18 of file argparser.h.