3 #ifndef __ZMQ_CLIENT_HPP_INCLUDED__
4 #define __ZMQ_CLIENT_HPP_INCLUDED__
17 class client_t
ZMQ_FINAL :
public socket_base_t
20 client_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_);
32 void xread_activated (zmq::pipe_t *pipe_);
33 void xwrite_activated (zmq::pipe_t *pipe_);
34 void xpipe_terminated (zmq::pipe_t *pipe_);