This is an abstract base class for anything with a run() method. More...
#include <runnable.h>
Public Member Functions | |
virtual void | run ()=0 |
Perform the function of this object. | |
virtual | ~Runnable () |
This is an abstract base class for anything with a run() method.
Definition at line 6 of file runnable.h.
virtual CVD::Runnable::~Runnable | ( | ) | [inline, virtual] |
Definition at line 11 of file runnable.h.
virtual void CVD::Runnable::run | ( | ) | [pure virtual] |
Perform the function of this object.
Implemented in CVD::RunnableBatch::RunMessageInThread, and CVD::Thread.