Poll::pollmsg Struct Reference

Carries the events on the appropriate FD, or that the end point should terminate. More...

#include <PollInterface.h>

Public Member Functions

 pollmsg (unsigned ev=0)
 

Data Fields

unsigned events
 

Detailed Description

Carries the events on the appropriate FD, or that the end point should terminate.

Definition at line 78 of file PollInterface.h.

Constructor & Destructor Documentation

◆ pollmsg()

Poll::pollmsg::pollmsg ( unsigned  ev = 0)
inline

Definition at line 81 of file PollInterface.h.

81: events(ev) {}

Field Documentation

◆ events

unsigned Poll::pollmsg::events

Definition at line 79 of file PollInterface.h.


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

All rights reserved © 2002 - 2024 Isode Ltd.