fastcgi++
Public Member Functions | Public Attributes
Fastcgipp::equalsFd Struct Reference

Predicate for comparing the file descriptor of a pollfd. More...

#include <transceiver.hpp>

List of all members.

Public Member Functions

 equalsFd (int fd_)
bool operator() (const pollfd &x) const

Public Attributes

int fd

Detailed Description

Predicate for comparing the file descriptor of a pollfd.

Definition at line 296 of file transceiver.hpp.


Constructor & Destructor Documentation

Fastcgipp::equalsFd::equalsFd ( int  fd_)
inlineexplicit

Definition at line 299 of file transceiver.hpp.


Member Function Documentation

bool Fastcgipp::equalsFd::operator() ( const pollfd &  x) const
inline

Definition at line 300 of file transceiver.hpp.

References fd.


Member Data Documentation

int Fastcgipp::equalsFd::fd

Definition at line 298 of file transceiver.hpp.

Referenced by operator()().


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