3 #ifndef __ZMQ_GATHER_HPP_INCLUDED__
4 #define __ZMQ_GATHER_HPP_INCLUDED__
15 class gather_t
ZMQ_FINAL :
public socket_base_t
18 gather_t (zmq::ctx_t *parent_, uint32_t tid_,
int sid_);
23 void xattach_pipe (zmq::pipe_t *pipe_,
24 bool subscribe_to_all_,
25 bool locally_initiated_);
28 void xread_activated (zmq::pipe_t *pipe_);
29 void xpipe_terminated (zmq::pipe_t *pipe_);