|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <zmq.h>#include <algorithm>#include <cassert>#include <cstring>#include <exception>

Go to the source code of this file.
Classes | |
| class | zmq::error_t |
| class | zmq::message_t |
| class | zmq::context_t |
| class | zmq::socket_t |
Namespaces | |
| namespace | zmq |
Macros | |
| #define | ZMQ_DELETED_FUNCTION |
| #define | ZMQ_ASSERT(expression) assert(expression) |
Typedefs | |
| typedef zmq_free_fn | zmq::free_fn |
| typedef zmq_pollitem_t | zmq::pollitem_t |
Functions | |
| int | zmq::poll (zmq_pollitem_t *items_, int nitems_, long timeout_=-1) |
| void | zmq::version (int *major_, int *minor_, int *patch_) |