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

#include <apr_getopt.h>

Public Attributes

const charname
 
int optch
 
int has_arg
 
const chardescription
 

Detailed Description

Structure used to describe options that getopt should search for.

Definition at line 83 of file apr_getopt.h.

Member Data Documentation

◆ description

const char* apr_getopt_option_t::description

a description of the option

Definition at line 91 of file apr_getopt.h.

◆ has_arg

int apr_getopt_option_t::has_arg

nonzero if option takes an argument

Definition at line 89 of file apr_getopt.h.

◆ name

const char* apr_getopt_option_t::name

long option name, or NULL if option has no long name

Definition at line 85 of file apr_getopt.h.

◆ optch

int apr_getopt_option_t::optch

option letter, or a value greater than 255 if option has no letter

Definition at line 87 of file apr_getopt.h.


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