libcaf  0.14.4
Public Member Functions | Static Public Attributes | List of all members
caf::io::network::multiplexer::runnable Struct Referenceabstract

Simple wrapper for runnables. More...

#include <multiplexer.hpp>

Inheritance diagram for caf::io::network::multiplexer::runnable:
caf::ref_counted caf::memory_managed

Public Member Functions

virtual void run ()=0
 
- Public Member Functions inherited from caf::ref_counted
 ref_counted (const ref_counted &)
 
ref_countedoperator= (const ref_counted &)
 
void ref () noexcept
 Increases reference count by one.
 
void deref () noexcept
 Decreases reference count by one and calls request_deletion when it drops to zero. More...
 
bool unique () const noexcept
 Queries whether there is exactly one reference.
 
size_t get_reference_count () const noexcept
 
- Public Member Functions inherited from caf::memory_managed
virtual void request_deletion (bool decremented_rc) noexcept
 Default implementations calls `delete this, but can be overriden in case deletion depends on some condition or the class doesn't use default new/delete. More...
 

Static Public Attributes

static constexpr auto memory_cache_flag = detail::needs_embedding
 

Additional Inherited Members

- Protected Attributes inherited from caf::ref_counted
std::atomic< size_t > rc_
 

Detailed Description

Simple wrapper for runnables.


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