Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::ActiveRunnableBase Class Reference

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.
 

Detailed Description

The base class for all ActiveRunnable instantiations.

Definition at line 32 of file ActiveRunnable.h.

Member Typedef Documentation

◆ Ptr


The documentation for this class was generated from the following file: