39#ifndef ZMQPP_ZMQPP_HPP_
40#define ZMQPP_ZMQPP_HPP_
46#define ZMQPP_VERSION_MAJOR 4
52#define ZMQPP_VERSION_MINOR 1
57#define ZMQPP_VERSION_REVISION 1
116#if (ZMQ_VERSION_MAJOR > 4) || ((ZMQ_VERSION_MAJOR == 4) && (ZMQ_VERSION_MINOR >= 1))
Polling wrapper.
Definition: poller.hpp:37
The socket class represents the zmq sockets.
Definition: socket.hpp:76
#define ZMQPP_EXPORT
Definition: compatibility.hpp:39
C++ wrapper around zmq.
Definition: actor.cpp:30
message message_t
message type
Definition: socket.hpp:41
bool has_security_gssapi()
Definition: zmqpp.hpp:138
socket socket_t
socket type
Definition: loop.hpp:25
bool has_protocol_ipc()
The following methods are helper functions for the known capabilies that the underlaying 0mq service ...
Definition: zmqpp.hpp:131
bool has_security_curve()
Definition: zmqpp.hpp:137
poller poller_t
poller type
Definition: zmqpp.hpp:151
bool is_draft_api()
Definition: zmqpp.hpp:145
std::string endpoint_t
endpoint type
Definition: socket.hpp:37
void zmq_version(uint8_t &major, uint8_t &minor, uint8_t &patch)
Definition: zmqpp.cpp:35
bool has_protocol_pgm()
Definition: zmqpp.hpp:132
std::string version()
Definition: zmqpp.cpp:23
bool has_protocol_tipc()
Definition: zmqpp.hpp:133
bool has_protocol_norm()
Definition: zmqpp.hpp:134
bool has_capability(std::string const &capability)
Definition: zmqpp.cpp:43
context context_t
context type
Definition: socket.hpp:40