Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

apr_getopt_option_t Struct Reference
[Command Argument Parsing]

#include <apr_getopt.h>


Data Fields

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


Detailed Description

Structure used to describe options that getopt should search for.


Field Documentation

const char* apr_getopt_option_t::description
 

a description of the option

int apr_getopt_option_t::has_arg
 

nonzero if option takes an argument

const char* apr_getopt_option_t::name
 

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

int apr_getopt_option_t::optch
 

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


The documentation for this struct was generated from the following file:
Generated on Thu Nov 3 20:34:23 2005 for Apache Portable Runtime by  doxygen 1.4.2