BEEP-8 Helper Lib 1.0.0
|
Structure representing a variable associated with an argument. More...
#include <argparse.h>
Public Member Functions | |
void | Clear () |
Clear the variable values. | |
Public Attributes | |
int | _val = 0 |
Integer value of the variable. | |
std::string | _str = "" |
String value of the variable. | |
Structure representing a variable associated with an argument.