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

Classes | |
| union | args_t |
Public Types | |
| enum | type_t { stop, plug, own, attach, bind, activate_read, activate_write, hiccup, pipe_term, pipe_term_ack, term_req, term, term_ack, reap, reaped, inproc_connected, done } |
Public Attributes | |
| union zmq::command_t::args_t | args |
| zmq::object_t * | destination |
| enum zmq::command_t::type_t | type |
Definition at line 49 of file command.hpp.
| Enumerator | |
|---|---|
| stop | |
| plug | |
| own | |
| attach | |
| bind | |
| activate_read | |
| activate_write | |
| hiccup | |
| pipe_term | |
| pipe_term_ack | |
| term_req | |
| term | |
| term_ack | |
| reap | |
| reaped | |
| inproc_connected | |
| done | |
Definition at line 55 of file command.hpp.
| union zmq::command_t::args_t zmq::command_t::args |
Referenced by zmq::ctx_t::connect_inproc_sockets(), zmq::object_t::process_command(), zmq::object_t::send_activate_write(), zmq::object_t::send_attach(), zmq::object_t::send_bind(), zmq::object_t::send_hiccup(), zmq::object_t::send_own(), zmq::object_t::send_reap(), zmq::object_t::send_term(), and zmq::object_t::send_term_req().
| zmq::object_t* zmq::command_t::destination |
Definition at line 53 of file command.hpp.
Referenced by zmq::reaper_t::in_event(), zmq::io_thread_t::in_event(), zmq::socket_base_t::process_commands(), zmq::object_t::send_activate_read(), zmq::object_t::send_activate_write(), zmq::object_t::send_attach(), zmq::object_t::send_bind(), zmq::object_t::send_command(), zmq::object_t::send_done(), zmq::object_t::send_hiccup(), zmq::object_t::send_inproc_connected(), zmq::object_t::send_own(), zmq::object_t::send_pipe_term(), zmq::object_t::send_pipe_term_ack(), zmq::object_t::send_plug(), zmq::object_t::send_reap(), zmq::object_t::send_reaped(), zmq::object_t::send_stop(), zmq::object_t::send_term(), zmq::object_t::send_term_ack(), and zmq::object_t::send_term_req().
| enum zmq::command_t::type_t zmq::command_t::type |
Referenced by zmq::ctx_t::connect_inproc_sockets(), zmq::object_t::process_command(), zmq::object_t::send_activate_read(), zmq::object_t::send_activate_write(), zmq::object_t::send_attach(), zmq::object_t::send_bind(), zmq::object_t::send_done(), zmq::object_t::send_hiccup(), zmq::object_t::send_inproc_connected(), zmq::object_t::send_own(), zmq::object_t::send_pipe_term(), zmq::object_t::send_pipe_term_ack(), zmq::object_t::send_plug(), zmq::object_t::send_reap(), zmq::object_t::send_reaped(), zmq::object_t::send_stop(), zmq::object_t::send_term(), zmq::object_t::send_term_ack(), zmq::object_t::send_term_req(), and zmq::ctx_t::terminate().