Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq FCPL Source # | |
HDFResultType FCPL Source # | |
FromHId FCPL Source # | |
Defined in Bindings.HDF5.PropertyList.FCPL uncheckedFromHId :: HId_t -> FCPL Source # | |
HId FCPL Source # | |
PropertyList FCPL Source # | |
PropertyListOrClass FCPL Source # | |
Defined in Bindings.HDF5.PropertyList.FCPL | |
FileCreationPropertyList FCPL Source # | |
Defined in Bindings.HDF5.PropertyList.FCPL | |
GroupCreationPropertyList FCPL Source # | |
Defined in Bindings.HDF5.PropertyList.FCPL | |
ObjectCreationPropertyList FCPL Source # | |
Defined in Bindings.HDF5.PropertyList.FCPL |
class GroupCreationPropertyList t => FileCreationPropertyList t Source #
Instances
setUserblock :: FileCreationPropertyList fcpl => fcpl -> HSize -> IO () Source #
getUserblock :: FileCreationPropertyList fcpl => fcpl -> IO HSize Source #
setIstoreK :: FileCreationPropertyList fcpl => fcpl -> CUInt -> IO () Source #
getIstoreK :: FileCreationPropertyList fcpl => fcpl -> IO CUInt Source #
setSharedMesgNIndexes :: FileCreationPropertyList fcpl => fcpl -> CUInt -> IO () Source #
getSharedMesgNIndexes :: FileCreationPropertyList fcpl => fcpl -> IO CUInt 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 #