hnetcdf-0.5.0.0: Haskell NetCDF library

Safe HaskellNone
LanguageHaskell98

Data.NetCDF.Raw.Attributes

Description

Raw bindings for attribute handling functions.

Documentation

nc_put_att :: Storable b => (CInt -> CInt -> CString -> CInt -> CULong -> Ptr b -> IO CInt) -> (a -> b) -> Int -> Int -> String -> Int -> [a] -> IO Int Source #

nc_get_att :: Storable a => (CInt -> CInt -> CString -> Ptr a -> IO CInt) -> (a -> b) -> Int -> Int -> String -> Int -> IO (Int, [b]) Source #