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

Bindings.HDF5

Documentation

data IndexType Source #

Constructors

ByName 
ByCreationOrder 

Instances

Instances details
Bounded IndexType Source # 
Instance details

Defined in Bindings.HDF5.Core

Enum IndexType Source # 
Instance details

Defined in Bindings.HDF5.Core

Read IndexType Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

readsPrec :: Int -> ReadS IndexType

readList :: ReadS [IndexType]

readPrec :: ReadPrec IndexType

readListPrec :: ReadPrec [IndexType]

Show IndexType Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

showsPrec :: Int -> IndexType -> ShowS

show :: IndexType -> String

showList :: [IndexType] -> ShowS

Eq IndexType Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

(==) :: IndexType -> IndexType -> Bool

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

Ord IndexType Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

compare :: IndexType -> IndexType -> Ordering

(<) :: IndexType -> IndexType -> Bool

(<=) :: IndexType -> IndexType -> Bool

(>) :: IndexType -> IndexType -> Bool

(>=) :: IndexType -> IndexType -> Bool

max :: IndexType -> IndexType -> IndexType

min :: IndexType -> IndexType -> IndexType

data IterOrder Source #

Constructors

Increasing 
Decreasing 
Native 

Instances

Instances details
Bounded IterOrder Source # 
Instance details

Defined in Bindings.HDF5.Core

Enum IterOrder Source # 
Instance details

Defined in Bindings.HDF5.Core

Read IterOrder Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

readsPrec :: Int -> ReadS IterOrder

readList :: ReadS [IterOrder]

readPrec :: ReadPrec IterOrder

readListPrec :: ReadPrec [IterOrder]

Show IterOrder Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

showsPrec :: Int -> IterOrder -> ShowS

show :: IterOrder -> String

showList :: [IterOrder] -> ShowS

Eq IterOrder Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

(==) :: IterOrder -> IterOrder -> Bool

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

Ord IterOrder Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

compare :: IterOrder -> IterOrder -> Ordering

(<) :: IterOrder -> IterOrder -> Bool

(<=) :: IterOrder -> IterOrder -> Bool

(>) :: IterOrder -> IterOrder -> Bool

(>=) :: IterOrder -> IterOrder -> Bool

max :: IterOrder -> IterOrder -> IterOrder

min :: IterOrder -> IterOrder -> IterOrder

data IH_Info Source #

Constructors

IH_Info 

Fields

Instances

Instances details
Read IH_Info Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

readsPrec :: Int -> ReadS IH_Info

readList :: ReadS [IH_Info]

readPrec :: ReadPrec IH_Info

readListPrec :: ReadPrec [IH_Info]

Show IH_Info Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

showsPrec :: Int -> IH_Info -> ShowS

show :: IH_Info -> String

showList :: [IH_Info] -> ShowS

Eq IH_Info Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

(==) :: IH_Info -> IH_Info -> Bool

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

Ord IH_Info Source # 
Instance details

Defined in Bindings.HDF5.Core

Methods

compare :: IH_Info -> IH_Info -> Ordering

(<) :: IH_Info -> IH_Info -> Bool

(<=) :: IH_Info -> IH_Info -> Bool

(>) :: IH_Info -> IH_Info -> Bool

(>=) :: IH_Info -> IH_Info -> Bool

max :: IH_Info -> IH_Info -> IH_Info

min :: IH_Info -> IH_Info -> IH_Info