#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 |
context for processing
function to print error message (NULL == no messages)
void* apr_getopt_t::errarg |
user defined first arg to pass to error message
index into parent argv vector
character checked for validity
reset getopt
count of arguments
const char** apr_getopt_t::argv |
array of pointers to arguments
char const* apr_getopt_t::place |
argument associated with option
set to nonzero to support interleaving options with regular args
start of non-option arguments skipped for interleaving
end of non-option arguments skipped for interleaving