Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ioevent File Reference


Detailed Description

I/O handlers and event loops.

#include <nmstl/internal.h>
#include <nmstl/ntime>
#include <nmstl/thread>
#include <nmstl/io>
#include <sys/time.h>
#include <unistd.h>
#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <vector>
#include <set>

Compounds

class  io_event_loop
 An event loop that multiplexes a set of handlers. More...

class  io_handler
 A handler that receives notifications on events on a file descriptor. More...

class  wake_handler
struct  lttimerref
class  timer
 An object that may be attached to an event loop to cause its fire() method to be called at a particular time. More...


Variables

 NMSTL_NAMESPACE_BEGIN
 NMSTL_NAMESPACE_END


Variable Documentation

NMSTL_NAMESPACE_BEGIN
 

NMSTL_NAMESPACE_END
 


Generated on Fri Dec 20 13:35:10 2002 for NMSTL