| zmqpp
    4.1.2
    C++ bindings for 0mq (libzmq) | 
#include <cstring>#include <string>#include <list>#include <zmq.h>#include "compatibility.hpp"#include "socket_mechanisms.hpp"#include "socket_types.hpp"#include "socket_options.hpp"#include "signal.hpp"

Go to the source code of this file.
| Classes | |
| class | zmqpp::socket | 
| The socket class represents the zmq sockets.  More... | |
| Namespaces | |
| zmqpp | |
| C++ wrapper around zmq. | |
| zmqpp::event | |
| Typedefs | |
| typedef std::string | zmqpp::endpoint_t | 
| endpoint type  More... | |
| typedef context | zmqpp::context_t | 
| context type  More... | |
| typedef message | zmqpp::message_t | 
| message type  More... | |
| Variables | |
| const int | zmqpp::event::connected = ZMQ_EVENT_CONNECTED | 
| const int | zmqpp::event::connect_delayed = ZMQ_EVENT_CONNECT_DELAYED | 
| const int | zmqpp::event::connect_retried = ZMQ_EVENT_CONNECT_RETRIED | 
| const int | zmqpp::event::listening = ZMQ_EVENT_LISTENING | 
| const int | zmqpp::event::bind_failed = ZMQ_EVENT_BIND_FAILED | 
| const int | zmqpp::event::accepted = ZMQ_EVENT_ACCEPTED | 
| const int | zmqpp::event::accept_failed = ZMQ_EVENT_ACCEPT_FAILED | 
| const int | zmqpp::event::closed = ZMQ_EVENT_CLOSED | 
| const int | zmqpp::event::close_failed = ZMQ_EVENT_CLOSE_FAILED | 
| const int | zmqpp::event::disconnected = ZMQ_EVENT_DISCONNECTED | 
| const int | zmqpp::event::all = ZMQ_EVENT_ALL | 
 1.8.8
 1.8.8