3 #ifndef __ZMQ_STREAM_HPP_INCLUDED__
4 #define __ZMQ_STREAM_HPP_INCLUDED__
15 class stream_t
ZMQ_FINAL :
public routing_socket_base_t
18 stream_t (zmq::ctx_t *parent_, uint32_t tid_,
int sid_);
22 void xattach_pipe (zmq::pipe_t *pipe_,
23 bool subscribe_to_all_,
24 bool locally_initiated_);
29 void xread_activated (zmq::pipe_t *pipe_);
30 void xpipe_terminated (zmq::pipe_t *pipe_);
31 int xsetsockopt (
int option_,
const void *optval_,
size_t optvallen_);
35 void identify_peer (pipe_t *pipe_,
bool locally_initiated_);