Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bindings.HDF5.Datatype.Internal
Documentation
Instances
Eq Datatype Source # | |
HDFResultType Datatype Source # | |
Defined in Bindings.HDF5.Datatype.Internal | |
FromHId Datatype Source # | |
Defined in Bindings.HDF5.Datatype.Internal Methods uncheckedFromHId :: HId_t -> Datatype Source # | |
HId Datatype Source # | |
Object Datatype Source # | |
Defined in Bindings.HDF5.Datatype.Internal Methods staticObjectType :: Tagged Datatype (Maybe ObjectType) Source # |
class Storable t => NativeType t where Source #
Methods
nativeTypeId :: Tagged t Datatype Source #
Instances
nativeTypeOf :: NativeType t => t -> Datatype Source #
nativeTypeOf1 :: NativeType t => f t -> Datatype Source #
hdfTypeOf :: NativeType t => t -> HId_t Source #
hdfTypeOf1 :: NativeType t => f t -> HId_t Source #
classCode :: Class -> H5T_class_t Source #
classFromCode :: H5T_class_t -> Class Source #
Constructors
ASCII | |
Reserved2 | |
Reserved3 | |
Reserved4 | |
Reserved5 | |
Reserved6 | |
Reserved7 | |
Reserved8 | |
Reserved9 | |
Reserved10 | |
Reserved11 | |
Reserved12 | |
Reserved13 | |
Reserved14 | |
Reserved15 | |
UTF8 |
cSetCode :: CSet -> H5T_cset_t Source #
cSetFromCode :: H5T_cset_t -> CSet Source #
Instances
Bounded ByteOrder Source # | |
Defined in Bindings.HDF5.Datatype.Internal | |
Enum ByteOrder Source # | |
Defined in Bindings.HDF5.Datatype.Internal | |
Read ByteOrder Source # | |
Defined in Bindings.HDF5.Datatype.Internal | |
Show ByteOrder Source # | |
Eq ByteOrder Source # | |
Ord ByteOrder Source # | |
Defined in Bindings.HDF5.Datatype.Internal |
byteOrderCode :: Maybe ByteOrder -> H5T_order_t Source #
byteOrder :: H5T_order_t -> Maybe ByteOrder Source #
Constructors
Zero | |
One | |
Background |
padFromCode :: H5T_pad_t -> Pad Source #
data Normalization Source #
Instances
normalization :: H5T_norm_t -> Maybe Normalization Source #
Constructors
Instances
Bounded StringPad Source # | |
Defined in Bindings.HDF5.Datatype.Internal | |
Enum StringPad Source # | |
Defined in Bindings.HDF5.Datatype.Internal | |
Read StringPad Source # | |
Defined in Bindings.HDF5.Datatype.Internal | |
Show StringPad Source # | |
Eq StringPad Source # | |
Ord StringPad Source # | |
Defined in Bindings.HDF5.Datatype.Internal |
stringPadCode :: StringPad -> H5T_str_t Source #