Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
module Bindings.HDF5.PropertyList
Instances
Eq LAPL Source # | |
HDFResultType LAPL Source # | |
FromHId LAPL Source # | |
Defined in Bindings.HDF5.PropertyList.LAPL uncheckedFromHId :: HId_t -> LAPL Source # | |
HId LAPL Source # | |
PropertyList LAPL Source # | |
PropertyListOrClass LAPL Source # | |
Defined in Bindings.HDF5.PropertyList.LAPL | |
LinkAccessPropertyList LAPL Source # | |
Defined in Bindings.HDF5.PropertyList.LAPL |
class PropertyList t => LinkAccessPropertyList t Source #
Instances
setELinkPrefix :: LinkAccessPropertyList lapl => lapl -> ByteString -> IO () Source #
getELinkPrefix :: LinkAccessPropertyList lapl => lapl -> IO ByteString Source #
setELinkFAPL :: LinkAccessPropertyList lapl => lapl -> FAPL -> IO () Source #
getELinkFAPL :: LinkAccessPropertyList lapl => lapl -> IO FAPL Source #
setELinkAccFlags :: LinkAccessPropertyList lapl => lapl -> CUInt -> IO () Source #
getELinkAccFlags :: LinkAccessPropertyList lapl => lapl -> IO CUInt Source #