#include "macros.hpp"
#include "err.hpp"
#include <stdlib.h>
#include <string.h>
#include <algorithm>
#include <ios>
Go to the source code of this file.
Classes | |
struct | zmq::blob_t |
struct | zmq::reference_tag_t |
Namespaces | |
zmq | |
Macros | |
#define | ZMQ_MAP_INSERT_OR_EMPLACE(k, v) insert (std::make_pair (k, v)) |
#define | ZMQ_MOVE(x) (x) |
#define | ZMQ_PUSH_OR_EMPLACE_BACK push_back |