libcaf  0.13.2
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>

Public Attributes

connection_handle handle
 Handle to the related connection.
 
std::vector< char > buf
 Buffer containing the received data.
 

Related Functions

(Note that these are not member functions.)

bool operator== (const new_data_msg &lhs, const new_data_msg &rhs)
 
bool operator!= (const new_data_msg &lhs, const new_data_msg &rhs)
 

Detailed Description

Signalizes newly arrived data for a broker.

Friends And Related Function Documentation

bool operator!= ( const new_data_msg lhs,
const new_data_msg rhs 
)
related
bool operator== ( const new_data_msg lhs,
const new_data_msg rhs 
)
related

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