Go to file
Harald Nøkland da1b5e3e23 Add comments, optimize some functions, add static asserts
Add comments to all functions. Optimize move constructor and move assigment operator, remove size check inside pop/remove/peek. Static assert in pushtyp/addtyp/poptyp in order to avoid pitfall with std::string (pushstr/addstr/popstr should be used for that). Add sanity check for poptyp, size of message must match desired type.
2016-10-23 00:27:12 +02:00
LICENSE Added license and link to C4.1 contribution policy 2013-05-10 07:39:40 -04:00
README Added license and link to C4.1 contribution policy 2013-05-10 07:39:40 -04:00
zmq_addon.hpp Add comments, optimize some functions, add static asserts 2016-10-23 00:27:12 +02:00
zmq.hpp Assertion in dtor of context_t doesn't fail if close method has already been called 2016-09-19 10:27:52 +03:00

This is C++ binding for 0MQ

The contribution policy is at: http://rfc.zeromq.org/spec:22