GME  13
Public Attributes
apr_getopt_option_t Struct Reference

#include <apr_getopt.h>

List of all members.

Public Attributes

const char * name
int optch
int has_arg
const char * description

Detailed Description

Structure used to describe options that getopt should search for.

Definition at line 83 of file apr_getopt.h.


Member Data Documentation

a description of the option

Definition at line 91 of file apr_getopt.h.

nonzero if option takes an argument

Definition at line 89 of file apr_getopt.h.

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

Definition at line 85 of file apr_getopt.h.

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: