|
bool | operator!= (socket_ref a, socket_ref b) ZMQ_NOTHROW |
|
bool | operator< (socket_ref a, socket_ref b) ZMQ_NOTHROW |
|
std::ostream & | operator<< (std::ostream &os, const message_t &msg) |
|
bool | operator<= (socket_ref a, socket_ref b) ZMQ_NOTHROW |
|
bool | operator== (socket_ref a, socket_ref b) ZMQ_NOTHROW |
|
bool | operator> (socket_ref a, socket_ref b) ZMQ_NOTHROW |
|
bool | operator>= (socket_ref a, socket_ref b) ZMQ_NOTHROW |
|
int | poll (zmq_pollitem_t *items_, size_t nitems_, long timeout_=-1) |
|
int | poll (zmq_pollitem_t const *items_, size_t nitems_, long timeout_=-1) |
|
void | proxy (socket_ref frontend, socket_ref backend, socket_ref capture=socket_ref()) |
|
void | proxy (void *frontend, void *backend, void *capture) |
|
void | proxy_steerable (socket_ref frontend, socket_ref backend, socket_ref capture, socket_ref control) |
|
void | proxy_steerable (void *frontend, void *backend, void *capture, void *control) |
|
void | swap (context_t &a, context_t &b) ZMQ_NOTHROW |
|
void | swap (message_t &a, message_t &b) ZMQ_NOTHROW |
|
void | swap (socket_t &a, socket_t &b) ZMQ_NOTHROW |
|
void | version (int *major_, int *minor_, int *patch_) |
|