![]() |
libzmq
master
ZeroMQ C++ Core Engine (LIBZMQ)
|
#include "stdint.hpp"
Go to the source code of this file.
Classes | |
| union | args_t |
| union | zmq::command_t::args_t |
| struct | zmq::command_t |
Namespaces | |
| zmq | |
Enumerations | |
| 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 } |
Functions | |
| struct zmq::command_t | zmq::__attribute__ ((aligned(64))) |
Variables | |
| union args_t | args |
| zmq::object_t * | destination |
| enum type_t | type |
| enum type_t |
| 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 78 of file command.hpp.
| union args_t args |
| zmq::object_t* destination |
Definition at line 76 of file command.hpp.
| enum type_t type |