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
97 void version(uint8_t& major, uint8_t& minor, uint8_t& revision);
113 void zmq_version(uint8_t& major, uint8_t& minor, uint8_t& patch);
poller poller_t
poller type
Definition: zmqpp.hpp:118
context context_t
context type
Definition: socket.hpp:40
void zmq_version(uint8_t &major, uint8_t &minor, uint8_t &patch)
Definition: zmqpp.cpp:34
C++ wrapper around zmq.
Definition: actor.cpp:29
std::string version()
Definition: zmqpp.cpp:22
The socket class represents the zmq sockets.
Definition: socket.hpp:75
socket socket_t
socket type
Definition: poller.hpp:28
message message_t
message type
Definition: socket.hpp:41
std::string endpoint_t
endpoint type
Definition: socket.hpp:37
Polling wrapper.
Definition: poller.hpp:36