9 zmq::pub_t::pub_t (
class ctx_t *parent_, uint32_t tid_,
int sid_) :
10 xpub_t (parent_, tid_, sid_)
19 void zmq::pub_t::xattach_pipe (pipe_t *pipe_,
20 bool subscribe_to_all_,
21 bool locally_initiated_)
27 pipe_->set_nodelay ();
29 xpub_t::xattach_pipe (pipe_, subscribe_to_all_, locally_initiated_);
32 int zmq::pub_t::xrecv (
class msg_t *)
39 bool zmq::pub_t::xhas_in ()