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

fpoller::poller_generic Class Reference

#include <poller_generic.h>

List of all members.

Public Methods

 poller_generic ()
void add (int fd, short interest, callback *cb)
 Implementation of basic_poller::add.

void remove (int fd, short interest)
 Implementation of basic_poller::remove.

int poll (int timeout)
 Implementation of basic_poller::poll.


Detailed Description

Default delegate poller class. Should work on all UNIX systems. basic_poller<poller_generic> will always be typedefed as traditional_poller. If no faster polling mechanism exists on the system poller will also by typedefed to basic_poller<poller_generic>

Definition at line 43 of file poller_generic.h.


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