libcppa  Version 0.1
Public Member Functions
cppa::actor_exited Class Reference

#include <exception.hpp>

Inheritance diagram for cppa::actor_exited:
cppa::exception

List of all members.

Public Member Functions

std::uint32_t reason () const throw ()

Detailed Description

Thrown if an actor finished execution.


Member Function Documentation

std::uint32_t cppa::actor_exited::reason ( ) const throw ()

Gets the exit reason.

Returns:
The exit reason of the terminating actor either set via quit or by a special (exit) message.

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