Interface for objects that can be run, e.g.
More...
#include <qpid/sys/Runnable.h>
|
| typedef boost::function0< void > | Functor |
| | Type to represent a runnable as a Functor. More...
|
| |
Interface for objects that can be run, e.g.
in a thread.
Definition at line 33 of file Runnable.h.
Type to represent a runnable as a Functor.
Definition at line 37 of file Runnable.h.
| virtual qpid::sys::Runnable::~Runnable |
( |
| ) |
|
|
virtual |
| Functor qpid::sys::Runnable::functor |
( |
| ) |
|
Create a functor object that will call this->run().
| virtual void qpid::sys::Runnable::run |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: