Idris2Doc : System.Posix.Poll.Struct

System.Posix.Poll.Struct

(source)

Definitions

recordSPollFD : Type->Type
  A wrapper around a `struct pollfd` pointer.

Totality: total
Visibility: export
Constructor: 
PF : AnyPtr->SPollFDs

Projection: 
.ptr : SPollFDs->AnyPtr

Hints:
SizeOf (SPollFDs)
StructSPollFD
0PollFD : Type
Totality: total
Visibility: public export
pollfd : SPollFDs->F1sFd
  Reads the `fd` field of a `struct pollfd` pointer.

Totality: total
Visibility: export
setPollfd : SPollFDs->Fd->F1's
  Sets the `fd` field of a `struct pollfd` pointer.

Totality: total
Visibility: export
events : SPollFDs->F1sPollEvent
  Reads the `events` field of a `struct pollfd` pointer.

Totality: total
Visibility: export
setEvents : SPollFDs->PollEvent->F1's
  Sets the `events` field of a `struct pollfd` pointer.

Totality: total
Visibility: export
revents : SPollFDs->F1sPollEvent
  Reads the `revents` field of a `struct pollfd` pointer.

Totality: total
Visibility: export
setRevents : SPollFDs->PollEvent->F1's
  Sets the `revents` field of a `struct pollfd` pointer.

Totality: total
Visibility: export
recordPollPair : Type
Totality: total
Visibility: public export
Constructor: 
PP : Fd->PollEvent->PollPair

Projections:
.events : PollPair->PollEvent
.fd : PollPair->Fd

Hints:
EqPollPair
ShowPollPair
.fd : PollPair->Fd
Totality: total
Visibility: public export
fd : PollPair->Fd
Totality: total
Visibility: public export
.events : PollPair->PollEvent
Totality: total
Visibility: public export
events : PollPair->PollEvent
Totality: total
Visibility: public export
pollResults : CArraysn (SPollFDs) ->F1s (ListPollPair)
Totality: total
Visibility: export
writeFiles : CArraysn (SPollFDs) ->ListPollPair->F1's
Totality: total
Visibility: export