uvw 2.12.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
uvw::PollEvent Struct Reference

PollEvent event. More...

#include <poll.h>

Collaboration diagram for uvw::PollEvent:
Collaboration graph
[legend]

Public Attributes

Flags< details::UVPollEvent > flags
 Detected events all in one. More...
 

Detailed Description

PollEvent event.

It will be emitted by PollHandle according with its functionalities.

Definition at line 28 of file poll.h.

Member Data Documentation

◆ flags

Flags<details::UVPollEvent> uvw::PollEvent::flags

Detected events all in one.

Available flags are:

  • PollHandle::Event::READABLE
  • PollHandle::Event::WRITABLE
  • PollHandle::Event::DISCONNECT
  • PollHandle::Event::PRIORITIZED

Definition at line 41 of file poll.h.


The documentation for this struct was generated from the following file: