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

Bindings.HDF5.PropertyList.GCPL

Documentation

data GCPL Source #

Instances

Instances details
Eq GCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

Methods

(==) :: GCPL -> GCPL -> Bool

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

HDFResultType GCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

Methods

isError :: GCPL -> Bool Source #

FromHId GCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

HId GCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

Methods

hid :: GCPL -> HId_t Source #

PropertyList GCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

PropertyListOrClass GCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

GroupCreationPropertyList GCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

ObjectCreationPropertyList GCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

setLocalHeapSizeHint :: GroupCreationPropertyList gcpl => gcpl -> CSize -> IO () Source #

setLinkPhaseChange :: GroupCreationPropertyList gcpl => gcpl -> CUInt -> CUInt -> IO () Source #

getLinkPhaseChange :: GroupCreationPropertyList gcpl => gcpl -> IO (CUInt, CUInt) Source #

getEstLinkInfo :: GroupCreationPropertyList gcpl => gcpl -> IO (CUInt, CUInt) Source #

setEstLinkInfo :: GroupCreationPropertyList gcpl => gcpl -> CUInt -> CUInt -> IO () Source #

data CreationOrder Source #

Constructors

Tracked 
Indexed 

Instances

Instances details
Bounded CreationOrder Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

Enum CreationOrder Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

Read CreationOrder Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

Methods

readsPrec :: Int -> ReadS CreationOrder

readList :: ReadS [CreationOrder]

readPrec :: ReadPrec CreationOrder

readListPrec :: ReadPrec [CreationOrder]

Show CreationOrder Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

Methods

showsPrec :: Int -> CreationOrder -> ShowS

show :: CreationOrder -> String

showList :: [CreationOrder] -> ShowS

Eq CreationOrder Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL

Ord CreationOrder Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.GCPL