![]() |
Ark Server API (ASE) - Wiki
|
The base class for all ActiveRunnable instantiations. More...
#include <ActiveRunnable.h>
Public Types | |
using | Ptr = AutoPtr<ActiveRunnableBase> |
Additional Inherited Members | |
![]() | |
Runnable () | |
virtual | ~Runnable () |
virtual void | run ()=0 |
![]() | |
RefCountedObject () | |
void | duplicate () const |
void | release () const noexcept |
Increments the object's reference count. | |
int | referenceCount () const |
![]() | |
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.