zmqpp
4.1.2
C++ bindings for 0mq (libzmq)
|
Go to the source code of this file.
Namespaces | |
zmqpp | |
C++ wrapper around zmq. | |
Enumerations | |
enum class | zmqpp::signal : int64_t { zmqpp::header = 0x0077665544332211L , zmqpp::ok = (header << 8) | 0x00 , zmqpp::ko = (header << 8) | 0x01 , zmqpp::stop = (header << 8) | 0x02 , zmqpp::test = (header << 8) | 0xFF } |
Signal is a 8 bytes integer. More... | |
Functions | |
ostream & | std::operator<< (ostream &s, const zmqpp::signal &sig) |
Write the value of the signal to the stream without removing the signal header. More... | |
ZMQPP_EXPORT ostream & std::operator<< | ( | ostream & | s, |
const zmqpp::signal & | sig | ||
) |
Write the value of the signal to the stream without removing the signal header.