actor-framework
Public Attributes | Related Functions | List of all members
caf::io::new_data_msg Struct Reference

Signalizes newly arrived data for a broker. More...

#include <system_messages.hpp>

Collaboration diagram for caf::io::new_data_msg:
Collaboration graph
[legend]

Public Attributes

connection_handle handle
 Handle to the related connection.
 
byte_buffer buf
 Buffer containing the received data.
 

Related Functions

(Note that these are not member functions.)

template<class Inspector >
bool inspect (Inspector &f, new_data_msg &x)
 

Detailed Description

Signalizes newly arrived data for a broker.

Friends And Related Function Documentation

◆ inspect()

template<class Inspector >
bool inspect ( Inspector &  f,
new_data_msg x 
)
related

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