ESA JPIP server  0.1
net::PollFD Struct Reference

Wrapper structure for the structure pollfd used by the kernel poll functions. More...

#include <poll_table.h>

Inheritance diagram for net::PollFD:
Collaboration diagram for net::PollFD:

Public Member Functions

 PollFD (int vfd, int mask)
 Initializes the structure. More...
 
bool operator== (int n)
 Returns true if the file descriptor is the same as the given value. More...
 

Detailed Description

Wrapper structure for the structure pollfd used by the kernel poll functions.

See Also
PollTable

Constructor & Destructor Documentation

net::PollFD::PollFD ( int  vfd,
int  mask 
)
inline

Initializes the structure.

Parameters
vfdFile descriptor.
maskPoll mask.

Member Function Documentation

bool net::PollFD::operator== ( int  n)
inline

Returns true if the file descriptor is the same as the given value.


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