C++ Actor Framework 1.0.0
|
A scoped handle to a blocking actor. More...
#include <scoped_actor.hpp>
Public Types | |
using | signatures = none_t |
Public Member Functions | |
scoped_actor (actor_system &sys, bool hide=false) | |
scoped_actor (const scoped_actor &)=delete | |
scoped_actor & | operator= (const scoped_actor &)=delete |
scoped_actor (scoped_actor &&)=delete | |
scoped_actor & | operator= (scoped_actor &&)=delete |
operator bool () const | |
actor_system & | home_system () const |
blocking_actor * | operator-> () const |
blocking_actor & | operator* () const |
actor_addr | address () const |
blocking_actor * | ptr () const |
Static Public Attributes | |
static constexpr bool | has_weak_ptr_semantics = false |
Friends | |
template<class , class , int > | |
class | actor_cast_access |
Related Symbols | |
(Note that these are not member symbols.) | |
CAF_CORE_EXPORT std::string | to_string (const scoped_actor &x) |
A scoped handle to a blocking actor.