hdf5-1.8.14: Haskell interface to the HDF5 scientific data storage library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bindings.HDF5.PropertyList.LAPL

Documentation

data LAPL Source #

Instances

Instances details
Eq LAPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.LAPL

Methods

(==) :: LAPL -> LAPL -> Bool

(/=) :: LAPL -> LAPL -> Bool

HDFResultType LAPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.LAPL

Methods

isError :: LAPL -> Bool Source #

FromHId LAPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.LAPL

HId LAPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.LAPL

Methods

hid :: LAPL -> HId_t Source #

PropertyList LAPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.LAPL

PropertyListOrClass LAPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.LAPL

LinkAccessPropertyList LAPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.LAPL

setNLinks :: LinkAccessPropertyList lapl => lapl -> CSize -> IO () Source #

getNLinks :: LinkAccessPropertyList lapl => lapl -> IO CSize Source #

setELinkPrefix :: LinkAccessPropertyList lapl => lapl -> ByteString -> IO () Source #

getELinkPrefix :: LinkAccessPropertyList lapl => lapl -> IO ByteString Source #

setELinkFAPL :: LinkAccessPropertyList lapl => lapl -> FAPL -> IO () Source #

setELinkAccFlags :: LinkAccessPropertyList lapl => lapl -> CUInt -> IO () Source #

getELinkAccFlags :: LinkAccessPropertyList lapl => lapl -> IO CUInt Source #