libcaf  0.14.4
Public Member Functions | Protected Member Functions | List of all members
caf::io::scribe Class Referenceabstract

Manages a stream. More...

#include <scribe.hpp>

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

Public Member Functions

 scribe (abstract_broker *parent, connection_handle hdl)
 
virtual void configure_read (receive_policy::config config)=0
 Implicitly starts the read loop on first call.
 
virtual std::vector< char > & wr_buf ()=0
 Returns the current output buffer.
 
virtual std::vector< char > & rd_buf ()=0
 Returns the current input buffer.
 
virtual void flush ()=0
 Flushes the output buffer, i.e., sends the content of the buffer via the network. More...
 
void io_failure (network::operation op) override
 
void consume (const void *data, size_t num_bytes) override
 
- Public Member Functions inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
 broker_servant (abstract_broker *ptr, Handle x)
 
Handle hdl () const
 

Protected Member Functions

message detach_message () override
 
- Protected Member Functions inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
void detach_from (abstract_broker *ptr) override
 
void invoke_mailbox_element ()
 
SysMsgType & msg ()
 
void reset_mailbox_element ()
 

Additional Inherited Members

- Static Protected Member Functions inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
static void set_hdl (new_connection_msg &lhs, Handle &hdl)
 
static void set_hdl (new_data_msg &lhs, Handle &hdl)
 
- Protected Attributes inherited from caf::io::broker_servant< Base, Handle, SysMsgType >
Handle hdl_
 
mailbox_element_ptr mailbox_elem_ptr_
 

Detailed Description

Manages a stream.

Member Function Documentation

virtual void caf::io::scribe::flush ( )
pure virtual

Flushes the output buffer, i.e., sends the content of the buffer via the network.


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