bindings-fann-0.0.1: Low level bindings to FANN.Source codeContentsIndex
Bindings.Fann.ErrorHandling
Description
http://leenissen.dk/fann/fann_1_2_0/x1499.html
Documentation
c'fann_get_errno :: Ptr C'fann_error -> IO CUIntSource
c'fann_get_errstr :: Ptr C'fann_error -> IO CStringSource
c'fann_reset_errno :: Ptr C'fann_error -> IO ()Source
p'fann_get_errno :: FunPtr (Ptr C'fann_error -> IO CUInt)Source
c'fann_reset_errstr :: Ptr C'fann_error -> IO ()Source
p'fann_get_errstr :: FunPtr (Ptr C'fann_error -> IO CString)Source
p'fann_reset_errno :: FunPtr (Ptr C'fann_error -> IO ())Source
c'fann_set_error_log :: Ptr C'fann_error -> Ptr CFile -> IO ()Source
c'fann_print_error :: Ptr C'fann -> IO ()Source
p'fann_reset_errstr :: FunPtr (Ptr C'fann_error -> IO ())Source
p'fann_set_error_log :: FunPtr (Ptr C'fann_error -> Ptr CFile -> IO ())Source
p'fann_print_error :: FunPtr (Ptr C'fann -> IO ())Source
Produced by Haddock version 2.4.2