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 | zmqpp::signal : int64_t { zmqpp::signal::header = 0x0077665544332211L, zmqpp::signal::ok = (header << 8) | 0x00, zmqpp::signal::ko = (header << 8) | 0x01, zmqpp::signal::stop = (header << 8) | 0x02, zmqpp::signal::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... | |