C++ Actor Framework 0.18
Loading...
Searching...
No Matches
caf::response_handle< ActorType, Policy > Member List

This is the complete list of members for caf::response_handle< ActorType, Policy >, including all inherited members.

actor_type typedef (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
await(F f, OnError g) (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
await(F f) (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
id() const noexcept (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
operator=(const response_handle &)=delete (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
operator=(response_handle &&) noexcept=delete (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
policy() noexcept (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
policy_type typedef (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
receive(F f, OnError g) (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
receive(OnError g, F f) (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
receive(OnError g, catch_all< F > f) (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
response_handle()=delete (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
response_handle(const response_handle &)=delete (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
response_handle(response_handle &&) noexcept=default (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
response_handle(actor_type *self, Ts &&... xs) (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >explicit
response_type typedef (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
self() noexcept (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
then(F f, OnError g) (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
then(F f) (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >
traits typedef (defined in caf::response_handle< ActorType, Policy >)caf::response_handle< ActorType, Policy >