![]() |
libzmq master
The Intelligent Transport Layer
|
Collaboration diagram for zmq::yqueue_t< T, N >::chunk_t:Public Attributes | |
| chunk_t * | next |
| chunk_t * | prev |
| T | values [N] |
Definition at line 169 of file yqueue.hpp.
| chunk_t* zmq::yqueue_t< T, N >::chunk_t::next |
Definition at line 173 of file yqueue.hpp.
Referenced by zmq::yqueue_t< command_t, N >::pop(), zmq::yqueue_t< command_t, N >::push(), zmq::yqueue_t< command_t, N >::unpush(), and zmq::yqueue_t< command_t, N >::~yqueue_t().
| chunk_t* zmq::yqueue_t< T, N >::chunk_t::prev |
Definition at line 172 of file yqueue.hpp.
Referenced by zmq::yqueue_t< command_t, N >::pop(), zmq::yqueue_t< command_t, N >::push(), and zmq::yqueue_t< command_t, N >::unpush().
| T zmq::yqueue_t< T, N >::chunk_t::values[N] |
Definition at line 171 of file yqueue.hpp.
Referenced by zmq::yqueue_t< command_t, N >::back(), and zmq::yqueue_t< command_t, N >::front().
1.7.3