libcaf  0.13.2
Public Member Functions | List of all members
caf::actor_exited Class Reference

Thrown if an actor finished execution. More...

#include <exception.hpp>

Inheritance diagram for caf::actor_exited:
caf::caf_exception

Public Member Functions

 actor_exited (uint32_t exit_reason)
 
 actor_exited (const actor_exited &)=default
 
actor_exitedoperator= (const actor_exited &)=default
 
uint32_t reason () const noexcept
 Returns the exit reason.
 
- Public Member Functions inherited from caf::caf_exception
 caf_exception (const caf_exception &)=default
 
caf_exceptionoperator= (const caf_exception &)=default
 
const char * what () const noexcept
 Returns the error message.
 

Additional Inherited Members

- Protected Member Functions inherited from caf::caf_exception
 caf_exception (std::string &&what_str)
 Creates an exception with the error string what_str.
 
 caf_exception (const std::string &what_str)
 Creates an exception with the error string what_str.
 

Detailed Description

Thrown if an actor finished execution.


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