![]() |
Ark Server API (ASE) - Wiki
|
The base class for all ActiveRunnable instantiations. More...
#include <ActiveRunnable.h>
Inheritance diagram for Poco::ActiveRunnableBase:
Collaboration diagram for Poco::ActiveRunnableBase:Public Types | |
| using | Ptr = AutoPtr<ActiveRunnableBase> |
Additional Inherited Members | |
Public Member Functions inherited from Poco::Runnable | |
| Runnable () | |
| virtual | ~Runnable () |
| virtual void | run ()=0 |
Public Member Functions inherited from Poco::RefCountedObject | |
| RefCountedObject () | |
| void | duplicate () const |
| void | release () const noexcept |
| Increments the object's reference count. | |
| int | referenceCount () const |
Protected Member Functions inherited from Poco::RefCountedObject | |
| virtual | ~RefCountedObject () |
| Returns the reference count. | |
The base class for all ActiveRunnable instantiations.
Definition at line 32 of file ActiveRunnable.h.
Definition at line 36 of file ActiveRunnable.h.