Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bindings.HDF5.PropertyList.FAPL
Documentation
module Bindings.HDF5.PropertyList
Instances
Eq FAPL Source # | |
HDFResultType FAPL Source # | |
Defined in Bindings.HDF5.PropertyList.FAPL | |
FromHId FAPL Source # | |
Defined in Bindings.HDF5.PropertyList.FAPL Methods uncheckedFromHId :: HId_t -> FAPL Source # | |
HId FAPL Source # | |
PropertyList FAPL Source # | |
Defined in Bindings.HDF5.PropertyList.FAPL Methods staticPlistClass :: Tagged FAPL PropertyListClassID Source # | |
PropertyListOrClass FAPL Source # | |
Defined in Bindings.HDF5.PropertyList.FAPL | |
FileAccessPropertyList FAPL Source # | |
Defined in Bindings.HDF5.PropertyList.FAPL |
class PropertyList t => FileAccessPropertyList t Source #
Instances
setAlignment :: FileAccessPropertyList fapl => fapl -> HSize -> HSize -> IO () Source #
getAlignment :: FileAccessPropertyList fapl => fapl -> IO (HSize, HSize) Source #
setFamilyOffset :: FileAccessPropertyList fapl => fapl -> HSize -> IO () Source #
getFamilyOffset :: FileAccessPropertyList fapl => fapl -> IO HSize Source #
setFCloseDegree :: FileAccessPropertyList fapl => fapl -> H5F_close_degree_t -> IO () Source #
getFCloseDegree :: FileAccessPropertyList fapl => fapl -> IO H5F_close_degree_t Source #