Instant is
off
|
Search plugin
|
Manual
|
haskell.org
poke
Packages
base
network
poke
:: Storable a => Ptr a -> a -> IO ()
base
Foreign.Storable
poke
Array
:: Storable a => Ptr a -> [a] -> IO ()
base
Foreign.Marshal.Array
Write the list elements consecutive into memory
poke
Array0
:: Storable a => a -> Ptr a -> [a] -> IO ()
base
Foreign.Marshal.Array
Write the list elements consecutive into memory and terminate them with the given marker element
poke
ByteOff
:: Storable a => Ptr b -> Int -> a -> IO ()
base
Foreign.Storable
poke
ElemOff
:: Storable a => Ptr a -> Int -> a -> IO ()
base
Foreign.Storable
poke
SockAddr
:: Ptr a -> SockAddr -> IO ()
network
Network.Socket.Internal
Write the given
SockAddr
to the given memory location.
©
Neil Mitchell
2004-2012, version 4.2.11