#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, pipe_hwm, term_req, term, term_ack, term_endpoint, reap, reaped, inproc_connected, conn_failed, pipe_peer_stats, pipe_stats_publish, done } |
Public Attributes | |
union zmq::command_t::args_t | args |
zmq::object_t * | destination |
enum zmq::command_t::type_t | type |
Definition at line 21 of file command.hpp.
Definition at line 26 of file command.hpp.
union zmq::command_t::args_t zmq::command_t::args |
zmq::object_t* zmq::command_t::destination |
Definition at line 24 of file command.hpp.
enum zmq::command_t::type_t zmq::command_t::type |