#include <argparser.h>
Data Fields | |
| char * | longarg |
| char * | shortarg |
| int | param |
Contains the valid short and long argument definition, in addition to number of options the current argument takes.
Definition at line 46 of file argparser.h.
| char* e_options::longarg |
char* containing the valid long argument
Definition at line 47 of file argparser.h.
| int e_options::param |
int containing the number of parameters this argument takes
Definition at line 49 of file argparser.h.
| char* e_options::shortarg |
char* containing the short argument
Definition at line 48 of file argparser.h.
1.7.1