Public Member Functions | |
ZmqSocket (int type) | |
void | Bind (const string &addr) |
void | Unbind (const string &addr) |
void | Connect (const string &addr) |
void | Disconnect (const string &addr) |
int | Send (const string &msg, int flags) |
int | SendTillSuccess (const string &msg, int flags) |
int | Recv (ZmqMessage *msg) |
int | RecvTillSuccess (ZmqMessage *msg) |
Definition at line 54 of file zmq_helper.h.