Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bindings.HDF5.Raw.H5C
Documentation
newtype H5C_cache_incr_mode Source #
Constructors
H5C_cache_incr_mode Word32 |
Instances
Storable H5C_cache_incr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods sizeOf :: H5C_cache_incr_mode -> Int Source # alignment :: H5C_cache_incr_mode -> Int Source # peekElemOff :: Ptr H5C_cache_incr_mode -> Int -> IO H5C_cache_incr_mode Source # pokeElemOff :: Ptr H5C_cache_incr_mode -> Int -> H5C_cache_incr_mode -> IO () Source # peekByteOff :: Ptr b -> Int -> IO H5C_cache_incr_mode Source # pokeByteOff :: Ptr b -> Int -> H5C_cache_incr_mode -> IO () Source # peek :: Ptr H5C_cache_incr_mode -> IO H5C_cache_incr_mode Source # poke :: Ptr H5C_cache_incr_mode -> H5C_cache_incr_mode -> IO () Source # | |
Show H5C_cache_incr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C | |
Eq H5C_cache_incr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods (==) :: H5C_cache_incr_mode -> H5C_cache_incr_mode -> Bool Source # (/=) :: H5C_cache_incr_mode -> H5C_cache_incr_mode -> Bool Source # |
newtype H5C_cache_flash_incr_mode Source #
Constructors
H5C_cache_flash_incr_mode Word32 |
Instances
Storable H5C_cache_flash_incr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods sizeOf :: H5C_cache_flash_incr_mode -> Int Source # alignment :: H5C_cache_flash_incr_mode -> Int Source # peekElemOff :: Ptr H5C_cache_flash_incr_mode -> Int -> IO H5C_cache_flash_incr_mode Source # pokeElemOff :: Ptr H5C_cache_flash_incr_mode -> Int -> H5C_cache_flash_incr_mode -> IO () Source # peekByteOff :: Ptr b -> Int -> IO H5C_cache_flash_incr_mode Source # pokeByteOff :: Ptr b -> Int -> H5C_cache_flash_incr_mode -> IO () Source # peek :: Ptr H5C_cache_flash_incr_mode -> IO H5C_cache_flash_incr_mode Source # poke :: Ptr H5C_cache_flash_incr_mode -> H5C_cache_flash_incr_mode -> IO () Source # | |
Show H5C_cache_flash_incr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C | |
Eq H5C_cache_flash_incr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods (==) :: H5C_cache_flash_incr_mode -> H5C_cache_flash_incr_mode -> Bool Source # (/=) :: H5C_cache_flash_incr_mode -> H5C_cache_flash_incr_mode -> Bool Source # |
newtype H5C_cache_decr_mode Source #
Constructors
H5C_cache_decr_mode Word32 |
Instances
Storable H5C_cache_decr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods sizeOf :: H5C_cache_decr_mode -> Int Source # alignment :: H5C_cache_decr_mode -> Int Source # peekElemOff :: Ptr H5C_cache_decr_mode -> Int -> IO H5C_cache_decr_mode Source # pokeElemOff :: Ptr H5C_cache_decr_mode -> Int -> H5C_cache_decr_mode -> IO () Source # peekByteOff :: Ptr b -> Int -> IO H5C_cache_decr_mode Source # pokeByteOff :: Ptr b -> Int -> H5C_cache_decr_mode -> IO () Source # peek :: Ptr H5C_cache_decr_mode -> IO H5C_cache_decr_mode Source # poke :: Ptr H5C_cache_decr_mode -> H5C_cache_decr_mode -> IO () Source # | |
Show H5C_cache_decr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C | |
Eq H5C_cache_decr_mode Source # | |
Defined in Bindings.HDF5.Raw.H5C Methods (==) :: H5C_cache_decr_mode -> H5C_cache_decr_mode -> Bool Source # (/=) :: H5C_cache_decr_mode -> H5C_cache_decr_mode -> Bool Source # |