qpid::sys::Runnable Class Reference

Interface for objects that can be run, e.g. More...

#include <Runnable.h>

Inheritance diagram for qpid::sys::Runnable:

Inheritance graph
[legend]

List of all members.

Public Types

typedef boost::function0< void > Functor
 Type to represent a runnable as a Functor.

Public Member Functions

virtual void run ()=0
 Derived classes override run().
Functor functor ()
 Create a functor object that will call this->run().


Detailed Description

Interface for objects that can be run, e.g.

in a thread.


Member Function Documentation

virtual void qpid::sys::Runnable::run (  )  [pure virtual]

Functor qpid::sys::Runnable::functor (  ) 

Create a functor object that will call this->run().


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

Generated on Thu May 15 22:24:55 2008 for Qpid by  doxygen 1.5.5