#include <ink_args.h>
Data Fields | |
| const char * | name |
| char | key |
| const char * | description |
| const char * | type |
| void * | location |
| const char * | env |
| ArgumentFunction * | pfn |
Definition at line 40 of file ink_args.h.
| const char* ArgumentDescription::description |
Definition at line 55 of file ink_args.h.
| const char* ArgumentDescription::env |
Definition at line 58 of file ink_args.h.
Definition at line 43 of file ink_args.h.
Definition at line 57 of file ink_args.h.
Referenced by process_arg().
| const char* ArgumentDescription::name |
Definition at line 42 of file ink_args.h.
Definition at line 59 of file ink_args.h.
Referenced by process_arg().
| const char* ArgumentDescription::type |
Definition at line 56 of file ink_args.h.
Referenced by process_arg(), and process_args().
1.7.1