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

Bindings.HDF5.PropertyList.OCPL

Documentation

data OCPL Source #

Instances

Instances details
Eq OCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.OCPL

Methods

(==) :: OCPL -> OCPL -> Bool

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

HDFResultType OCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.OCPL

Methods

isError :: OCPL -> Bool Source #

FromHId OCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.OCPL

HId OCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.OCPL

Methods

hid :: OCPL -> HId_t Source #

PropertyList OCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.OCPL

PropertyListOrClass OCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.OCPL

ObjectCreationPropertyList OCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.OCPL

setAttrPhaseChange :: ObjectCreationPropertyList t => t -> CUInt -> CUInt -> IO () Source #

getAttrPhaseChange :: ObjectCreationPropertyList t => t -> IO (CUInt, CUInt) Source #

modifyFilter :: ObjectCreationPropertyList t => t -> H5Z_filter_t -> Bool -> Vector CUInt -> IO () Source #

setFilter :: ObjectCreationPropertyList t => t -> H5Z_filter_t -> Bool -> Vector CUInt -> IO () Source #

setDeflate :: ObjectCreationPropertyList t => t -> CUInt -> IO () Source #