3 #ifndef __ZMQ_PULL_HPP_INCLUDED__
4 #define __ZMQ_PULL_HPP_INCLUDED__
17 class pull_t
ZMQ_FINAL :
public socket_base_t
20 pull_t (zmq::ctx_t *parent_, uint32_t tid_,
int sid_);
25 void xattach_pipe (zmq::pipe_t *pipe_,
26 bool subscribe_to_all_,
27 bool locally_initiated_);
30 void xread_activated (zmq::pipe_t *pipe_);
31 void xpipe_terminated (zmq::pipe_t *pipe_);