Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bindings.HDF5.PropertyList.DAPL
Documentation
Instances
Eq DAPL Source # | |
HDFResultType DAPL Source # | |
Defined in Bindings.HDF5.PropertyList.DAPL | |
FromHId DAPL Source # | |
Defined in Bindings.HDF5.PropertyList.DAPL Methods uncheckedFromHId :: HId_t -> DAPL Source # | |
HId DAPL Source # | |
PropertyList DAPL Source # | |
Defined in Bindings.HDF5.PropertyList.DAPL Methods staticPlistClass :: Tagged DAPL PropertyListClassID Source # | |
PropertyListOrClass DAPL Source # | |
Defined in Bindings.HDF5.PropertyList.DAPL | |
DatasetAccessPropertyList DAPL Source # | |
Defined in Bindings.HDF5.PropertyList.DAPL | |
LinkAccessPropertyList DAPL Source # | |
Defined in Bindings.HDF5.PropertyList.DAPL |
class LinkAccessPropertyList t => DatasetAccessPropertyList t Source #
Instances
setChunkCache :: DatasetAccessPropertyList dapl => dapl -> CSize -> CSize -> CDouble -> IO () Source #
getChunkCache :: DatasetAccessPropertyList dapl => dapl -> IO (CSize, CSize, CDouble) Source #