#include <Runnable.h>
Public Member Functions | |
| Runnable () | |
| Runnable (const Runnable &rhs) | |
| virtual | ~Runnable () |
| Runnable & | operator= (const Runnable &rhs) |
| exception | getRunException () const |
| void | deleteRunException () |
| virtual void | run ()=0 throw () |
| void | setRunException (exception *pException) |
| void | cloneAndSetRunException (const std::exception &e) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8