bindings-apr-0.1: Low level bindings to Apache Portable Runtime (APR)ContentsIndex
Bindings.APR.GetOpt
Documentation
data C'apr_getopt_err_fn_t
Constructors
C'apr_getopt_err_fn_t
data C'apr_getopt_t
Constructors
C'apr_getopt_t
c'apr_getopt_t'cont :: Ptr C'apr_pool_t
c'apr_getopt_t'errfn :: Ptr C'apr_getopt_err_fn_t
c'apr_getopt_t'errarg :: Ptr ()
c'apr_getopt_t'ind :: CInt
c'apr_getopt_t'opt :: CInt
c'apr_getopt_t'reset :: CInt
c'apr_getopt_t'argc :: CInt
c'apr_getopt_t'argv :: Ptr (Ptr CChar)
c'apr_getopt_t'place :: Ptr CChar
c'apr_getopt_t'interleave :: CInt
c'apr_getopt_t'skip_start :: CInt
c'apr_getopt_t'skip_end :: CInt
show/hide Instances
data C'apr_getopt_option_t
Constructors
C'apr_getopt_option_t
c'apr_getopt_option_t'name :: Ptr CChar
c'apr_getopt_option_t'optch :: CInt
c'apr_getopt_option_t'has_arg :: CInt
c'apr_getopt_option_t'description :: Ptr CChar
show/hide Instances
c'apr_getopt_init :: Ptr (Ptr C'apr_getopt_t) -> Ptr C'apr_pool_t -> CInt -> Ptr (Ptr CChar) -> IO C'apr_status_t
c'apr_getopt :: Ptr C'apr_getopt_t -> Ptr CChar -> Ptr CChar -> Ptr (Ptr CChar) -> IO C'apr_status_t
c'apr_getopt_long :: Ptr C'apr_getopt_t -> Ptr C'apr_getopt_option_t -> Ptr CInt -> Ptr (Ptr CChar) -> IO C'apr_status_t
p'apr_getopt_init :: FunPtr (Ptr (Ptr C'apr_getopt_t) -> Ptr C'apr_pool_t -> CInt -> Ptr (Ptr CChar) -> IO C'apr_status_t)
p'apr_getopt :: FunPtr (Ptr C'apr_getopt_t -> Ptr CChar -> Ptr CChar -> Ptr (Ptr CChar) -> IO C'apr_status_t)
p'apr_getopt_long :: FunPtr (Ptr C'apr_getopt_t -> Ptr C'apr_getopt_option_t -> Ptr CInt -> Ptr (Ptr CChar) -> IO C'apr_status_t)
Produced by Haddock version 2.6.1