| |||||||||||||||||||||
| |||||||||||||||||||||
| Documentation | |||||||||||||||||||||
| type PtrLen = (Ptr Word8, CInt) | |||||||||||||||||||||
| liftPL :: (a -> (CStringLen -> IO b) -> IO b) -> a -> (PtrLen -> IO b) -> IO b | |||||||||||||||||||||
| class (Show a, Read a) => Storable a where | |||||||||||||||||||||
| |||||||||||||||||||||
| withPtrLenForFStorable :: Storable a => a -> (PtrLen -> IO b) -> IO b | |||||||||||||||||||||
| peekPtrLenForFStorable :: Storable a => PtrLen -> IO a | |||||||||||||||||||||
| withPtrLenLForFStorable :: Storable a => [a] -> (PtrLen -> IO b) -> IO b | |||||||||||||||||||||
| peekPtrLenLForFStorable :: Storable a => PtrLen -> a -> IO [a] | |||||||||||||||||||||
| Produced by Haddock version 2.4.2 |