Data Fields

e_options Struct Reference

#include <argparser.h>

Data Fields

char * longarg
char * shortarg
int param

Detailed Description

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.


Field Documentation

char* containing the valid long argument

Definition at line 47 of file argparser.h.

int containing the number of parameters this argument takes

Definition at line 49 of file argparser.h.

char* containing the short argument

Definition at line 48 of file argparser.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines