zmqpp  4.1.2
C++ bindings for 0mq (libzmq)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
zmqpp::event Namespace Reference

Variables

const int connected = ZMQ_EVENT_CONNECTED
 
const int connect_delayed = ZMQ_EVENT_CONNECT_DELAYED
 
const int connect_retried = ZMQ_EVENT_CONNECT_RETRIED
 
const int listening = ZMQ_EVENT_LISTENING
 
const int bind_failed = ZMQ_EVENT_BIND_FAILED
 
const int accepted = ZMQ_EVENT_ACCEPTED
 
const int accept_failed = ZMQ_EVENT_ACCEPT_FAILED
 
const int closed = ZMQ_EVENT_CLOSED
 
const int close_failed = ZMQ_EVENT_CLOSE_FAILED
 
const int disconnected = ZMQ_EVENT_DISCONNECTED
 
const int all = ZMQ_EVENT_ALL
 

Variable Documentation

const int zmqpp::event::accept_failed = ZMQ_EVENT_ACCEPT_FAILED
const int zmqpp::event::accepted = ZMQ_EVENT_ACCEPTED
const int zmqpp::event::all = ZMQ_EVENT_ALL
const int zmqpp::event::bind_failed = ZMQ_EVENT_BIND_FAILED
const int zmqpp::event::close_failed = ZMQ_EVENT_CLOSE_FAILED
const int zmqpp::event::closed = ZMQ_EVENT_CLOSED
const int zmqpp::event::connect_delayed = ZMQ_EVENT_CONNECT_DELAYED
const int zmqpp::event::connect_retried = ZMQ_EVENT_CONNECT_RETRIED
const int zmqpp::event::connected = ZMQ_EVENT_CONNECTED
const int zmqpp::event::disconnected = ZMQ_EVENT_DISCONNECTED
const int zmqpp::event::listening = ZMQ_EVENT_LISTENING