#include <zmq.h>
#include <algorithm>
#include <cassert>
#include <cstring>
#include <string>
#include <exception>
構成 | |
class | zmq::error_t |
class | zmq::message_t |
class | zmq::context_t |
class | zmq::socket_t |
class | zmq::monitor_t |
ネームスペース | |
namespace | zmq |
マクロ定義 | |
#define | ZMQ_DELETED_FUNCTION |
#define | ZMQ_NEW_MONITOR_EVENT_LAYOUT |
#define | ZMQ_ASSERT(expression) assert(expression) |
型定義 | |
typedef zmq_free_fn | zmq::free_fn |
typedef zmq_pollitem_t | zmq::pollitem_t |
関数 | |
int | zmq::poll (zmq_pollitem_t *items_, int nitems_, long timeout_=-1) |
void | zmq::proxy (void *frontend, void *backend, void *capture) |
void | zmq::version (int *major_, int *minor_, int *patch_) |