C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Public Member Functions | List of all members
caf::action::impl Class Referenceabstract

Internal interface of action. More...

#include <action.hpp>

Inheritance diagram for caf::action::impl:
caf::disposable::impl

Public Member Functions

virtual void run ()=0
 
virtual state current_state () const noexcept=0
 
- Public Member Functions inherited from caf::disposable::impl
virtual void dispose ()=0
 
virtual bool disposed () const noexcept=0
 
disposable as_disposable () noexcept
 
virtual void ref_disposable () const noexcept=0
 
virtual void deref_disposable () const noexcept=0
 

Detailed Description

Internal interface of action.


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