Apache HTTPD
Public Attributes | List of all members
apr_getopt_t Struct Reference

#include <apr_getopt.h>

Public Attributes

apr_pool_tcont
 
apr_getopt_err_fn_terrfn
 
void * errarg
 
int ind
 
int opt
 
int reset
 
int argc
 
const char ** argv
 
char constplace
 
int interleave
 
int skip_start
 
int skip_end
 

Detailed Description

Structure to store command line argument information.

Definition at line 50 of file apr_getopt.h.

Member Data Documentation

◆ argc

int apr_getopt_t::argc

count of arguments

Definition at line 64 of file apr_getopt.h.

◆ argv

const char** apr_getopt_t::argv

array of pointers to arguments

Definition at line 66 of file apr_getopt.h.

◆ cont

apr_pool_t* apr_getopt_t::cont

context for processing

Definition at line 52 of file apr_getopt.h.

◆ errarg

void* apr_getopt_t::errarg

user defined first arg to pass to error message

Definition at line 56 of file apr_getopt.h.

◆ errfn

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.

◆ ind

int apr_getopt_t::ind

index into parent argv vector

Definition at line 58 of file apr_getopt.h.

◆ interleave

int apr_getopt_t::interleave

set to nonzero to support interleaving options with regular args

Definition at line 70 of file apr_getopt.h.

◆ opt

int apr_getopt_t::opt

character checked for validity

Definition at line 60 of file apr_getopt.h.

◆ place

char const* apr_getopt_t::place

argument associated with option

Definition at line 68 of file apr_getopt.h.

◆ reset

int apr_getopt_t::reset

reset getopt

Definition at line 62 of file apr_getopt.h.

◆ skip_end

int apr_getopt_t::skip_end

end of non-option arguments skipped for interleaving

Definition at line 74 of file apr_getopt.h.

◆ skip_start

int apr_getopt_t::skip_start

start of non-option arguments skipped for interleaving

Definition at line 72 of file apr_getopt.h.


The documentation for this struct was generated from the following file: