Idris2Doc : System.Linux.Epoll.Struct

System.Linux.Epoll.Struct

(source)

Reexports

importpublic System.Posix.Poll.Struct

Definitions

recordEpollfd : Type
  A file descriptor used for monitoring other file descriptors in
calls to `epoll_ctl` and `epoll_wait`.

Totality: total
Visibility: export
Constructor: 
EFD : Bits32->Epollfd

Projection: 
.fd : Epollfd->Bits32

Hints:
CastEpollfdFd
CastCIntEpollfd
recordSSEpollEvent : Type->Type
  Wrapper around a pointer of an `epoll_event` value.

Totality: total
Visibility: export
Constructor: 
SE : AnyPtr->SSEpollEvents

Projection: 
.ptr : SSEpollEvents->AnyPtr

Hints:
SizeOf (SSEpollEvents)
StructSSEpollEvent
0SEpollEvent : Type
Totality: total
Visibility: public export
pollPair : SSEpollEvents->F1sPollPair
Totality: total
Visibility: export
convEpollEvent : ConvertPollPair
Totality: total
Visibility: export