Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages   Examples  

fpoller::callback Struct Reference

#include <poller_util.h>

Inheritance diagram for fpoller::callback::

fpoller::accept_callback fpoller::read_callback fpoller::write_callback List of all members.

Public Methods

virtual ret_val operator() (int fd)=0
virtual ~callback ()

Detailed Description

Pure virtual class from which all callbacks must be derived. Descendant classes must implement operator().

Definition at line 78 of file poller_util.h.


Constructor & Destructor Documentation

virtual fpoller::callback::~callback [inline, virtual]
 

No op. Only exists so descendant's destructors are called correctly

Definition at line 83 of file poller_util.h.


Member Function Documentation

virtual ret_val fpoller::callback::operator() int fd [pure virtual]
 

Descendant classes must implement. The parameter is the descriptor for which the callback is being called.

Reimplemented in fpoller::write_callback, fpoller::read_callback, and fpoller::accept_callback.


The documentation for this struct was generated from the following file:
Generated at Wed Oct 16 16:02:39 2002 for fpoller by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001