libcaf  0.15.0
Public Attributes | Related Functions | List of all members
caf::io::data_transferred_msg Struct Reference

Signalizes that a certain amount of bytes has been written. More...

#include <system_messages.hpp>

Public Attributes

connection_handle handle
 Handle to the related connection.
 
uint64_t written
 Number of transferred bytes.
 
uint64_t remaining
 Number of remaining bytes in all send buffers.
 

Related Functions

(Note that these are not member functions.)

std::string to_string (const data_transferred_msg &x)
 
bool operator== (const data_transferred_msg &x, const data_transferred_msg &y)
 
bool operator!= (const data_transferred_msg &x, const data_transferred_msg &y)
 

Detailed Description

Signalizes that a certain amount of bytes has been written.

Friends And Related Function Documentation

bool operator!= ( const data_transferred_msg x,
const data_transferred_msg y 
)
related
bool operator== ( const data_transferred_msg x,
const data_transferred_msg y 
)
related
std::string to_string ( const data_transferred_msg x)
related

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