#include <apr_getopt.h>
Data Fields | |
apr_pool_t * | cont |
apr_getopt_err_fn_t * | errfn |
void * | errarg |
int | ind |
int | opt |
int | reset |
int | argc |
const char ** | argv |
char const * | place |
int | interleave |
int | skip_start |
int | skip_end |
|
count of arguments |
|
array of pointers to arguments |
|
context for processing |
|
user defined first arg to pass to error message |
|
function to print error message (NULL == no messages) |
|
index into parent argv vector |
|
set to nonzero to support interleaving options with regular args |
|
character checked for validity |
|
argument associated with option |
|
reset getopt |
|
end of non-option arguments skipped for interleaving |
|
start of non-option arguments skipped for interleaving |