3 #ifndef __ZMQ_PAIR_HPP_INCLUDED__
4 #define __ZMQ_PAIR_HPP_INCLUDED__
17 class pair_t
ZMQ_FINAL :
public socket_base_t
20 pair_t (zmq::ctx_t *parent_, uint32_t tid_,
int sid_);
24 void xattach_pipe (zmq::pipe_t *pipe_,
25 bool subscribe_to_all_,
26 bool locally_initiated_);
31 void xread_activated (zmq::pipe_t *pipe_);
32 void xwrite_activated (zmq::pipe_t *pipe_);
33 void xpipe_terminated (zmq::pipe_t *pipe_);