libcaf  0.15.0
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.)

std::string to_string (const new_data_msg &x)
 
bool operator== (const new_data_msg &lhs, const new_data_msg &rhs)
 
bool operator!= (const new_data_msg &lhs, const new_data_msg &rhs)
 
template<class Processor >
void serialize (Processor &proc, new_data_msg &x, const unsigned int)
 
template<class Processor >
void serialize (Processor &proc, data_transferred_msg &x, const unsigned int)
 

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
template<class Processor >
void serialize ( Processor &  proc,
new_data_msg x,
const unsigned  int 
)
related
template<class Processor >
void serialize ( Processor &  proc,
data_transferred_msg x,
const unsigned  int 
)
related
std::string to_string ( const new_data_msg x)
related

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