| 
 | ||||||||||
| 
 | ||||||||||
| Documentation | ||||||||||
| data List a | ||||||||||
| 
 | ||||||||||
| data LIST | ||||||||||
| c_tclistnew :: IO (Ptr LIST) | ||||||||||
| c_tclistnew2 :: CInt -> IO (Ptr LIST) | ||||||||||
| c_tclistdup :: Ptr LIST -> IO (Ptr LIST) | ||||||||||
| c_tclistdel :: Ptr LIST -> IO () | ||||||||||
| tclistFinalizer :: FunPtr (Ptr LIST -> IO ()) | ||||||||||
| c_tclistnum :: Ptr LIST -> IO CInt | ||||||||||
| c_tclistval :: Ptr LIST -> CInt -> Ptr CInt -> IO (Ptr Word8) | ||||||||||
| c_tclistval2 :: Ptr LIST -> CInt -> IO CString | ||||||||||
| c_tclistpush :: Ptr LIST -> Ptr Word8 -> CInt -> IO () | ||||||||||
| c_tclistpush2 :: Ptr LIST -> CString -> IO () | ||||||||||
| c_tclistpop :: Ptr LIST -> Ptr CInt -> IO (Ptr Word8) | ||||||||||
| c_tclistpop2 :: Ptr LIST -> IO CString | ||||||||||
| c_tclistunshift :: Ptr LIST -> Ptr Word8 -> CInt -> IO () | ||||||||||
| c_tclistunshift2 :: Ptr LIST -> Ptr Word8 -> IO () | ||||||||||
| c_tclistshift :: Ptr LIST -> Ptr CInt -> IO (Ptr Word8) | ||||||||||
| c_tclistshift2 :: Ptr LIST -> IO CString | ||||||||||
| c_tclistinsert :: Ptr LIST -> CInt -> Ptr Word8 -> CInt -> IO () | ||||||||||
| c_tclistinsert2 :: Ptr LIST -> CInt -> Ptr Word8 -> IO () | ||||||||||
| c_tclistremove :: Ptr LIST -> CInt -> Ptr CInt -> IO (Ptr Word8) | ||||||||||
| c_tclistremove2 :: Ptr LIST -> CInt -> IO CString | ||||||||||
| c_tclistover :: Ptr LIST -> CInt -> Ptr Word8 -> CInt -> IO () | ||||||||||
| c_tclistover2 :: Ptr LIST -> CInt -> CString -> IO () | ||||||||||
| c_tclistsort :: Ptr LIST -> IO () | ||||||||||
| c_tclistlsearch :: Ptr LIST -> Ptr Word8 -> CInt -> IO CInt | ||||||||||
| c_tclistbsearch :: Ptr LIST -> Ptr Word8 -> CInt -> IO CInt | ||||||||||
| c_tclistclear :: Ptr LIST -> IO () | ||||||||||
| c_tclistdump :: Ptr LIST -> Ptr CInt -> IO (Ptr Word8) | ||||||||||
| c_tclistload :: Ptr Word8 -> CInt -> IO (Ptr LIST) | ||||||||||
| Produced by Haddock version 2.4.2 | ||||||||||