libcaf  0.13.2
Public Member Functions | List of all members
caf::actor_namespace::backend Class Referenceabstract

The backend of an actor namespace is responsible for creating proxy actors. More...

#include <actor_namespace.hpp>

Inheritance diagram for caf::actor_namespace::backend:
caf::io::basp_broker

Public Member Functions

virtual actor_proxy_ptr make_proxy (const key_type &, actor_id)=0
 Creates a new proxy instance.
 

Detailed Description

The backend of an actor namespace is responsible for creating proxy actors.


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