Bash++
Bash++ compiler internal documentation
|
#include <parse_arguments.h>
Public Member Functions | |
constexpr | Option (char shortopt, const char *longopt, const char *description, bool takes_argument) |
Public Attributes | |
const char | shortopt |
const char * | longopt |
const char * | description |
const bool | takes_argument |
|
inlineconstexpr |
const char* Option::description |
const char* Option::longopt |
const char Option::shortopt |
const bool Option::takes_argument |