GVM User Suite
User tools for the GVM open source project.
|
#include <cargs.h>
Data Fields | |
const struct cag_option * | options |
size_t | option_count |
int | argc |
char ** | argv |
int | index |
int | inner_index |
bool | forced_end |
char | identifier |
char * | value |
A context is used to iterate over all options provided. It stores the parsing state.
const struct cag_option* cag_option_context::options |