libcaf  0.14.4
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
caf::io::broker_servant< Base, Handle, SysMsgType > Class Template Reference

Base class for scribe and doorman. More...

#include <broker_servant.hpp>

Inheritance diagram for caf::io::broker_servant< Base, Handle, SysMsgType >:
caf::io::doorman caf::io::scribe

Public Member Functions

 broker_servant (abstract_broker *ptr, Handle x)
 
Handle hdl () const
 

Protected Member Functions

void detach_from (abstract_broker *ptr) override
 
void invoke_mailbox_element ()
 
SysMsgType & msg ()
 
void reset_mailbox_element ()
 

Static Protected Member Functions

static void set_hdl (new_connection_msg &lhs, Handle &hdl)
 
static void set_hdl (new_data_msg &lhs, Handle &hdl)
 

Protected Attributes

Handle hdl_
 
mailbox_element_ptr mailbox_elem_ptr_
 

Detailed Description

template<class Base, class Handle, class SysMsgType>
class caf::io::broker_servant< Base, Handle, SysMsgType >

Base class for scribe and doorman.


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