#include <zmq.h>
#include <algorithm>
#include <cassert>
#include <cstring>
#include <string>
#include <exception>
#include <vector>
#include <iterator>
Go to the source code of this file.
|
int | zmq::poll (zmq_pollitem_t const *items_, size_t nitems_, long timeout_=-1) |
|
int | zmq::poll (zmq_pollitem_t const *items, size_t nitems) |
|
void | zmq::proxy (void *frontend, void *backend, void *capture) |
|
void | zmq::proxy_steerable (void *frontend, void *backend, void *capture, void *control) |
|
void | zmq::version (int *major_, int *minor_, int *patch_) |
|
#define ZMQ_ASSERT |
( |
|
expression | ) |
assert(expression) |
#define ZMQ_DELETED_FUNCTION |
#define ZMQ_HAS_PROXY_STEERABLE |
#define ZMQ_NEW_MONITOR_EVENT_LAYOUT |