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

io_event_loop Class Reference

List of all members.

Public Methods

 io_event_loop ()
 Constructor. More...

 ~io_event_loop ()
 Destructor. More...

void run ()
 Invokes the event loop. More...

void terminate ()
 Signals that the event loop should terminate. More...


Friends

class io_handler
class timer

Constructor & Destructor Documentation

io_event_loop::io_event_loop  
 

Constructor.

io_event_loop::~io_event_loop  
 

Destructor.


Member Function Documentation

void io_event_loop::run  
 

Invokes the event loop.

Returns only when an event handler (or other thread) signals the event loop to terminate via the terminate method.

void io_event_loop::terminate  
 

Signals that the event loop should terminate.

May be invoked either by event handlers or another thread.


Friends And Related Function Documentation

friend class io_handler [friend]
 

friend class timer [friend]
 


The documentation for this class was generated from the following file:
Generated on Fri Sep 20 20:07:30 2002 for NMSTL