|
Apache HTTPD
|
#include <apr_getopt.h>
Public Attributes | |
| 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 |
Structure to store command line argument information.
Definition at line 50 of file apr_getopt.h.
| int apr_getopt_t::argc |
count of arguments
Definition at line 64 of file apr_getopt.h.
array of pointers to arguments
Definition at line 66 of file apr_getopt.h.
| apr_pool_t* apr_getopt_t::cont |
context for processing
Definition at line 52 of file apr_getopt.h.
| void* apr_getopt_t::errarg |
user defined first arg to pass to error message
Definition at line 56 of file apr_getopt.h.
| apr_getopt_err_fn_t* apr_getopt_t::errfn |
function to print error message (NULL == no messages)
Definition at line 54 of file apr_getopt.h.
| int apr_getopt_t::ind |
index into parent argv vector
Definition at line 58 of file apr_getopt.h.
| int apr_getopt_t::interleave |
set to nonzero to support interleaving options with regular args
Definition at line 70 of file apr_getopt.h.
| int apr_getopt_t::opt |
character checked for validity
Definition at line 60 of file apr_getopt.h.
argument associated with option
Definition at line 68 of file apr_getopt.h.
| int apr_getopt_t::reset |
reset getopt
Definition at line 62 of file apr_getopt.h.
| int apr_getopt_t::skip_end |
end of non-option arguments skipped for interleaving
Definition at line 74 of file apr_getopt.h.
| int apr_getopt_t::skip_start |
start of non-option arguments skipped for interleaving
Definition at line 72 of file apr_getopt.h.