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))
poller poller_t
poller type
Definition: zmqpp.hpp:151
context context_t
context type
Definition: socket.hpp:40
bool is_draft_api()
Definition: zmqpp.hpp:145
bool has_protocol_pgm()
Definition: zmqpp.hpp:132
bool has_protocol_norm()
Definition: zmqpp.hpp:134
C++ wrapper around zmq.
Definition: actor.cpp:29
bool has_protocol_tipc()
Definition: zmqpp.hpp:133
The socket class represents the zmq sockets.
Definition: socket.hpp:75
socket socket_t
socket type
Definition: loop.hpp:25
bool has_security_curve()
Definition: zmqpp.hpp:137
bool has_capability(std::string const &capability)
Definition: zmqpp.cpp:43
void zmq_version(uint8_t &major, uint8_t &minor, uint8_t &patch)
Definition: zmqpp.cpp:35
message message_t
message type
Definition: socket.hpp:41
bool has_protocol_ipc()
The following methods are helper functions for the known capabilies that the underlaying 0mq service ...
Definition: zmqpp.hpp:131
std::string version()
Definition: zmqpp.cpp:23
bool has_security_gssapi()
Definition: zmqpp.hpp:138
std::string endpoint_t
endpoint type
Definition: socket.hpp:37
#define ZMQPP_EXPORT
Definition: compatibility.hpp:39
Polling wrapper.
Definition: poller.hpp:36