zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
Loading...
Searching...
No Matches
signal.hpp File Reference
#include <cstdint>
#include <iostream>
#include "compatibility.hpp"
Include dependency graph for signal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  zmqpp
 C++ wrapper around zmq.
 
namespace  std
 STL namespace.
 

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.