hnetcdf-0.5.0.0: Haskell NetCDF library

Safe HaskellNone
LanguageHaskell98

Data.NetCDF.Storable

Description

The mapping between types that can be stored in a NetCDF file and the FFI functions needed to read and write those values is maintained by the NcStorable type class.

Synopsis

Documentation

class Storable a => NcStorable a where Source #

Class to collect the NetCDF FFI functions needed to read and write values in a NetCDF file for a given type.

Instances
NcStorable CChar Source # 
Instance details

Defined in Data.NetCDF.Storable

NcStorable CSChar Source # 
Instance details

Defined in Data.NetCDF.Storable

NcStorable CShort Source # 
Instance details

Defined in Data.NetCDF.Storable

NcStorable CInt Source # 
Instance details

Defined in Data.NetCDF.Storable

NcStorable CFloat Source # 
Instance details

Defined in Data.NetCDF.Storable

NcStorable CDouble Source # 
Instance details

Defined in Data.NetCDF.Storable