bindings-common-1.3.2: Preprocessor DSL for low level FFI.Source codeContentsIndex
Bindings.C.Time
Description
http://www.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html
Documentation
data C'tm Source
Constructors
C'tm
c'tm'tm_sec :: CInt
c'tm'tm_min :: CInt
c'tm'tm_hour :: CInt
c'tm'tm_mday :: CInt
c'tm'tm_mon :: CInt
c'tm'tm_year :: CInt
c'tm'tm_wday :: CInt
c'tm'tm_yday :: CInt
c'tm'tm_isdst :: CInt
show/hide Instances
c'CLOCKS_PER_SEC :: Num a => aSource
c'clock :: IO CClockSource
c'difftime :: CTime -> CTime -> IO CDoubleSource
p'clock :: FunPtr (IO CClock)Source
c'gmtime :: Ptr CTime -> IO (Ptr C'tm)Source
c'localtime :: Ptr CTime -> IO (Ptr C'tm)Source
p'difftime :: FunPtr (CTime -> CTime -> IO CDouble)Source
c'mktime :: Ptr C'tm -> IO CTimeSource
p'gmtime :: FunPtr (Ptr CTime -> IO (Ptr C'tm))Source
p'localtime :: FunPtr (Ptr CTime -> IO (Ptr C'tm))Source
c'strftime :: CString -> CSize -> CString -> Ptr C'tm -> IO CSizeSource
c'time :: Ptr CTime -> IO CTimeSource
p'mktime :: FunPtr (Ptr C'tm -> IO CTime)Source
p'strftime :: FunPtr (CString -> CSize -> CString -> Ptr C'tm -> IO CSize)Source
p'time :: FunPtr (Ptr CTime -> IO CTime)Source
Produced by Haddock version 2.4.2