packages feed

hdf5-1.8.9: src/Bindings/HDF5/PropertyList/STRCPL.hs

{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Bindings.HDF5.PropertyList.STRCPL
    ( module Bindings.HDF5.PropertyList

    , STRCPL
    , StringCreationPropertyList

    ) where

import Bindings.HDF5.Core
import Bindings.HDF5.PropertyList

class PropertyList t => StringCreationPropertyList t where
newtype STRCPL = STRCPL PropertyListID
    deriving (Eq, HId, FromHId, HDFResultType, PropertyListOrClass)
instance PropertyList STRCPL where
    staticPlistClass = Tagged stringCreate
instance StringCreationPropertyList STRCPL

-- TODO: implement functions