![]() |
libzmq
master
ZeroMQ C++ Core Engine (LIBZMQ)
|
#include <i_mailbox.hpp>

Public Member Functions | |
| virtual | ~i_mailbox () |
| virtual int | recv (command_t *cmd_, int timeout_)=0 |
| virtual void | send (const command_t &cmd_)=0 |
Definition at line 39 of file i_mailbox.hpp.
|
inlinevirtual |
Definition at line 42 of file i_mailbox.hpp.
References recv(), and send().

Implemented in zmq::mailbox_safe_t, and zmq::mailbox_t.
Referenced by zmq::socket_base_t::process_commands(), and ~i_mailbox().

|
pure virtual |
Implemented in zmq::mailbox_safe_t, and zmq::mailbox_t.
Referenced by zmq::ctx_t::send_command(), and ~i_mailbox().
