Apache HTTPD
Classes | Typedefs | Functions | Variables
apr_getopt.h File Reference

APR Command Arguments (getopt) More...

#include "apr_pools.h"

Go to the source code of this file.

Classes

struct  apr_getopt_t
 
struct  apr_getopt_option_t
 

Typedefs

typedef void() apr_getopt_err_fn_t(void *arg, const char *err,...)
 
typedef struct apr_getopt_t apr_getopt_t
 
typedef struct apr_getopt_option_t apr_getopt_option_t
 

Functions

 APR_DECLARE (apr_status_t) apr_getopt_init(apr_getopt_t **os
 

Variables

apr_pool_tcont
 
apr_pool_t int argc
 
apr_pool_t int const char *constargv
 
const charopts
 
const char charoption_ch
 
const char char const char ** option_arg
 

Detailed Description

APR Command Arguments (getopt)

Definition in file apr_getopt.h.