#include <zmq.hpp>

Public Member Functions | |
| void | bind (std::string const &addr) |
| void | bind (std::string const &addr) |
| void | bind (const char *addr_) |
| void | bind (const char *addr_) |
| void | connect (std::string const &addr) |
| void | connect (std::string const &addr) |
| void | connect (const char *addr_) |
| void | connect (const char *addr_) |
| bool | connected () const ZMQ_NOTHROW |
| bool | connected () const ZMQ_NOTHROW |
| void | disconnect (std::string const &addr) |
| void | disconnect (const char *addr_) |
| void | disconnect (std::string const &addr) |
| void | disconnect (const char *addr_) |
| void | getsockopt (int option_, void *optval_, size_t *optvallen_) const |
| void | getsockopt (int option_, void *optval_, size_t *optvallen_) const |
| template<typename T > | |
| T | getsockopt (int option_) const |
| template<typename T > | |
| T | getsockopt (int option_) const |
| size_t | send (const void *buf_, size_t len_, int flags_=0) |
| size_t | send (const void *buf_, size_t len_, int flags_=0) |
| bool | send (message_t &msg_, int flags_=0) |
| bool | send (message_t &msg_, int flags_=0) |
| template<typename T > | |
| void | setsockopt (int option_, T const &optval) |
| template<typename T > | |
| void | setsockopt (int option_, T const &optval) |
| void | setsockopt (int option_, const void *optval_, size_t optvallen_) |
| void | setsockopt (int option_, const void *optval_, size_t optvallen_) |
| socket_base () ZMQ_NOTHROW | |
| socket_base () ZMQ_NOTHROW | |
| ZMQ_EXPLICIT | socket_base (void *handle) ZMQ_NOTHROW |
| ZMQ_EXPLICIT | socket_base (void *handle) ZMQ_NOTHROW |
| void | unbind (std::string const &addr) |
| void | unbind (std::string const &addr) |
| void | unbind (const char *addr_) |
| void | unbind (const char *addr_) |
| template<typename T > | |
| ZMQ_CPP11_DEPRECATED ("from 4.4.1, use send taking message_t or buffer (for contiguous ""ranges), and send_flags") bool send(T first | |
| template<typename T > | |
| ZMQ_CPP11_DEPRECATED ("from 4.4.1, use send taking message_t or buffer (for contiguous ""ranges), and send_flags") bool send(T first | |
Public Attributes | |
| T int | flags_ |
| T | last |
Private Member Functions | |
| void | get_option (int option_, void *optval_, size_t *optvallen_) const |
| void | get_option (int option_, void *optval_, size_t *optvallen_) const |
| void | set_option (int option_, const void *optval_, size_t optvallen_) |
| void | set_option (int option_, const void *optval_, size_t optvallen_) |
Definition at line 1648 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1651 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1652 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1651 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1652 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1795 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1797 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1797 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1799 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1813 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1815 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1815 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1817 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1831 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1834 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1822 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1824 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1824 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1826 of file 3rdparty/cppzmq/zmq.hpp.
|
inlineprivate |
Definition at line 2003 of file src/loggers/zmq.hpp.
|
inlineprivate |
Definition at line 2006 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1670 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1670 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1679 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1679 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1834 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1837 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1845 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1848 of file 3rdparty/cppzmq/zmq.hpp.
|
inlineprivate |
Definition at line 1996 of file src/loggers/zmq.hpp.
|
inlineprivate |
Definition at line 1999 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1656 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1656 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1662 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1662 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1804 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1806 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1806 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1808 of file 3rdparty/cppzmq/zmq.hpp.
| zmq::detail::socket_base::ZMQ_CPP11_DEPRECATED | ( | "from 4.4. | 1, |
| use send taking message_t or | bufferfor contiguous" "ranges, | ||
| and send_flags" | |||
| ) |
| zmq::detail::socket_base::ZMQ_CPP11_DEPRECATED | ( | "from 4.4. | 1, |
| use send taking message_t or | bufferfor contiguous" "ranges, | ||
| and send_flags" | |||
| ) |
| T int zmq::detail::socket_base::flags_ |
Definition at line 1863 of file 3rdparty/cppzmq/zmq.hpp.
| T zmq::detail::socket_base::last |
Definition at line 1863 of file 3rdparty/cppzmq/zmq.hpp.