![]() |
Flowgrind
Advanced TCP traffic generator
|
Internal state of the argument parser. More...
#include <fg_argparser.h>
Data Fields | |
| struct ap_Record * | data |
| Container for parsed cmdline options. More... | |
| int | data_size |
| Number of parsed records. More... | |
| char * | error |
| Contains errors encountered during parsing. More... | |
| int | error_size |
| Real size of the error string. More... | |
| int | num_mutex |
| The number of defined mutex. More... | |
| int | num_options |
| Number of known options. More... | |
| struct ap_Option * | options |
| Array containing user-defined options. More... | |
Internal state of the argument parser.
Definition at line 73 of file fg_argparser.h.
| struct ap_Record* arg_parser::data |
Container for parsed cmdline options.
Definition at line 77 of file fg_argparser.h.
| int arg_parser::data_size |
Number of parsed records.
Definition at line 83 of file fg_argparser.h.
| char* arg_parser::error |
Contains errors encountered during parsing.
Definition at line 79 of file fg_argparser.h.
| int arg_parser::error_size |
Real size of the error string.
Definition at line 85 of file fg_argparser.h.
| int arg_parser::num_mutex |
The number of defined mutex.
Definition at line 87 of file fg_argparser.h.
| int arg_parser::num_options |
Number of known options.
Definition at line 81 of file fg_argparser.h.
| struct ap_Option* arg_parser::options |
Array containing user-defined options.
Definition at line 75 of file fg_argparser.h.