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

Signalizes that a broker connection has been closed. More...

#include <system_messages.hpp>

Public Attributes

connection_handle handle
 Handle to the closed connection.
 

Related Functions

(Note that these are not member functions.)

bool operator== (const connection_closed_msg &lhs, const connection_closed_msg &rhs)
 
bool operator!= (const connection_closed_msg &lhs, const connection_closed_msg &rhs)
 
template<class Processor >
void serialize (Processor &proc, connection_closed_msg &x, const unsigned int)
 

Detailed Description

Signalizes that a broker connection has been closed.

Friends And Related Function Documentation

bool operator!= ( const connection_closed_msg lhs,
const connection_closed_msg rhs 
)
related
bool operator== ( const connection_closed_msg lhs,
const connection_closed_msg rhs 
)
related
template<class Processor >
void serialize ( Processor &  proc,
connection_closed_msg x,
const unsigned  int 
)
related

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