zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
|
#include <tuple>
#include <vector>
#include <list>
#include <chrono>
#include <functional>
#include <memory>
#include "compatibility.hpp"
#include "poller.hpp"
Go to the source code of this file.
Classes | |
class | zmqpp::loop |
Loop object that helps to manage multiple socket by calling a user-defined handler for each socket when a watched event occurs. More... | |
struct | zmqpp::loop::timer_t |
Namespaces | |
namespace | zmqpp |
C++ wrapper around zmq. | |
Typedefs | |
typedef socket | zmqpp::socket_t |
socket type | |