![]() |
libzmq master
The Intelligent Transport Layer
|
#include <fq.hpp>
Public Member Functions | |
fq_t () | |
~fq_t () | |
void | activated (pipe_t *pipe_) |
void | attach (pipe_t *pipe_) |
bool | has_in () |
int | recv (msg_t *msg_, int flags_) |
int | recvpipe (msg_t *msg_, int flags_, pipe_t **pipe_) |
void | terminated (pipe_t *pipe_) |
Private Types | |
typedef array_t< pipe_t, 1 > | pipes_t |
Private Member Functions | |
fq_t (const fq_t &) | |
const fq_t & | operator= (const fq_t &) |
Private Attributes | |
pipes_t::size_type | active |
pipes_t::size_type | current |
bool | more |
pipes_t | pipes |
typedef array_t<pipe_t, 1> zmq::fq_t::pipes_t [private] |
zmq::fq_t::~fq_t | ( | ) |
Definition at line 35 of file fq.cpp.
References zmq_assert.
zmq::fq_t::fq_t | ( | const fq_t & | ) | [private] |
Definition at line 71 of file fq.cpp.
References zmq::msg_t::close(), errno_assert, zmq::msg_t::flags, zmq::msg_t::init(), zmq::msg_t::more, and zmq_assert.
pipes_t::size_type zmq::fq_t::active [private] |
pipes_t::size_type zmq::fq_t::current [private] |
bool zmq::fq_t::more [private] |
pipes_t zmq::fq_t::pipes [private] |