tokyocabinet-haskell-0.0.5: Haskell binding of Tokyo Cabinet
Source code
Contents
Index
Database.TokyoCabinet.Storable
Documentation
type
PtrLen
= (
Ptr
Word8
,
CInt
)
Source
liftPL
:: (a -> (
CStringLen
->
IO
b) ->
IO
b) -> a -> (
PtrLen
->
IO
b) ->
IO
b
Source
class
(
Show
a,
Read
a) =>
Storable
a
where
Source
Methods
withPtrLen
:: a -> (
PtrLen
->
IO
b) ->
IO
b
Source
withPtrLenL
:: [a] -> (
PtrLen
->
IO
b) ->
IO
b
Source
peekPtrLenL
::
PtrLen
-> a ->
IO
[a]
Source
peekPtrLen
::
PtrLen
->
IO
a
Source
toInt64
:: a ->
Int64
Source
toInt64L
:: [a] ->
Int64
Source
fromString
::
String
-> a
Source
fromStringL
::
String
-> [a]
Source
withPtrLenForFStorable
::
Storable
a => a -> (
PtrLen
->
IO
b) ->
IO
b
Source
peekPtrLenForFStorable
::
Storable
a =>
PtrLen
->
IO
a
Source
withPtrLenLForFStorable
::
Storable
a => [a] -> (
PtrLen
->
IO
b) ->
IO
b
Source
peekPtrLenLForFStorable
::
Storable
a =>
PtrLen
-> a ->
IO
[a]
Source
Produced by
Haddock
version 2.6.1