| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Bindings.HDF5.PropertyList
Documentation
data PropertyListClassID Source #
Instances
| Eq PropertyListClassID Source # | |
Defined in Bindings.HDF5.PropertyList Methods (==) :: PropertyListClassID -> PropertyListClassID -> Bool Source # (/=) :: PropertyListClassID -> PropertyListClassID -> Bool Source # | |
| HDFResultType PropertyListClassID Source # | |
Defined in Bindings.HDF5.PropertyList Methods isError :: PropertyListClassID -> Bool Source # | |
| FromHId PropertyListClassID Source # | |
Defined in Bindings.HDF5.PropertyList Methods | |
| HId PropertyListClassID Source # | |
Defined in Bindings.HDF5.PropertyList Methods hid :: PropertyListClassID -> HId_t Source # | |
| PropertyListOrClass PropertyListClassID Source # | |
Defined in Bindings.HDF5.PropertyList | |
data PropertyListID Source #
Instances
| Eq PropertyListID Source # | |
Defined in Bindings.HDF5.PropertyList Methods (==) :: PropertyListID -> PropertyListID -> Bool Source # (/=) :: PropertyListID -> PropertyListID -> Bool Source # | |
| HDFResultType PropertyListID Source # | |
Defined in Bindings.HDF5.PropertyList Methods isError :: PropertyListID -> Bool Source # | |
| FromHId PropertyListID Source # | |
Defined in Bindings.HDF5.PropertyList Methods | |
| HId PropertyListID Source # | |
Defined in Bindings.HDF5.PropertyList Methods hid :: PropertyListID -> HId_t Source # | |
| PropertyList PropertyListID Source # | |
Defined in Bindings.HDF5.PropertyList | |
| PropertyListOrClass PropertyListID Source # | |
Defined in Bindings.HDF5.PropertyList | |
class (HId t, FromHId t) => PropertyListOrClass t Source #
Instances
class PropertyListOrClass t => PropertyList t where Source #
Methods
Instances
Instances
castPropertyList :: (PropertyList a, PropertyList b) => a -> IO (Maybe b) Source #
createPropertyList :: PropertyList t => IO t Source #
propertyExists :: PropertyList t => t -> ByteString -> IO Bool Source #
getPropertySize :: PropertyListOrClass t => t -> ByteString -> IO CSize Source #
getPropertyListClass :: PropertyList t => t -> IO PropertyListClassID Source #
propertyListsEqual :: (PropertyListOrClass a, PropertyListOrClass b) => a -> b -> IO Bool Source #
propertyListIsA :: PropertyList t => t -> PropertyListClassID -> IO Bool Source #
closePropertyListClass :: PropertyListClassID -> IO () Source #
closePropertyList :: PropertyList t => t -> IO () Source #