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

Bindings.HDF5.PropertyList.FCPL

Documentation

data FCPL Source #

Instances

Instances details
Eq FCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.FCPL

Methods

(==) :: FCPL -> FCPL -> Bool

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

HDFResultType FCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.FCPL

Methods

isError :: FCPL -> Bool Source #

FromHId FCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.FCPL

HId FCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.FCPL

Methods

hid :: FCPL -> HId_t Source #

PropertyList FCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.FCPL

PropertyListOrClass FCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.FCPL

FileCreationPropertyList FCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.FCPL

GroupCreationPropertyList FCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.FCPL

ObjectCreationPropertyList FCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.FCPL

setUserblock :: FileCreationPropertyList fcpl => fcpl -> HSize -> IO () Source #

setSizes :: FileCreationPropertyList fcpl => fcpl -> CSize -> CSize -> IO () Source #

getSizes :: FileCreationPropertyList fcpl => fcpl -> IO (CSize, CSize) Source #

setSymK :: FileCreationPropertyList fcpl => fcpl -> Maybe CUInt -> Maybe CUInt -> IO () Source #

getSymK :: FileCreationPropertyList fcpl => fcpl -> IO (CUInt, CUInt) Source #

setIstoreK :: FileCreationPropertyList fcpl => fcpl -> CUInt -> IO () Source #

getIstoreK :: FileCreationPropertyList fcpl => fcpl -> IO CUInt Source #

setSharedMesgNIndexes :: FileCreationPropertyList fcpl => fcpl -> CUInt -> IO () Source #

setSharedMesgIndex :: FileCreationPropertyList fcpl => fcpl -> CUInt -> CUInt -> CUInt -> IO () Source #

getSharedMesgIndex :: FileCreationPropertyList fcpl => fcpl -> CUInt -> IO (CUInt, CUInt) Source #

setSharedMesgPhaseChange :: FileCreationPropertyList fcpl => fcpl -> CUInt -> CUInt -> IO () Source #

getSharedMesgPhaseChange :: FileCreationPropertyList fcpl => fcpl -> IO (CUInt, CUInt) Source #