#include <zmq.hpp>
Public Member Functions | |
void | bind (const char *addr_) |
void | bind (const char *addr_) |
void | bind (std::string const &addr) |
void | bind (std::string const &addr) |
void | connect (const char *addr_) |
void | connect (const char *addr_) |
void | connect (std::string const &addr) |
void | connect (std::string const &addr) |
bool | connected () const ZMQ_NOTHROW |
bool | connected () const ZMQ_NOTHROW |
void | disconnect (const char *addr_) |
void | disconnect (const char *addr_) |
void | disconnect (std::string const &addr) |
void | disconnect (std::string const &addr) |
template<typename T > | |
T | getsockopt (int option_) const |
template<typename T > | |
T | getsockopt (int option_) const |
void | getsockopt (int option_, void *optval_, size_t *optvallen_) const |
void | getsockopt (int option_, void *optval_, size_t *optvallen_) 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) |
void | setsockopt (int option_, const void *optval_, size_t optvallen_) |
void | setsockopt (int option_, const void *optval_, size_t optvallen_) |
template<typename T > | |
void | setsockopt (int option_, T const &optval) |
template<typename T > | |
void | setsockopt (int option_, T const &optval) |
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 (const char *addr_) |
void | unbind (const char *addr_) |
void | unbind (std::string const &addr) |
void | unbind (std::string const &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 1727 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1730 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1731 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1737 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1739 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1878 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1893 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1876 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1888 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1896 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1917 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1894 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1912 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1913 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1936 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1905 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1929 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1903 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1924 of file src/loggers/zmq.hpp.
|
inlineprivate |
Definition at line 2085 of file 3rdparty/cppzmq/zmq.hpp.
|
inlineprivate |
Definition at line 2118 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1758 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1767 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1749 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1758 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1916 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1942 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1927 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1953 of file src/loggers/zmq.hpp.
|
inlineprivate |
Definition at line 2078 of file 3rdparty/cppzmq/zmq.hpp.
|
inlineprivate |
Definition at line 2111 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1741 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1750 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1735 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1744 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1887 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1905 of file src/loggers/zmq.hpp.
|
inline |
Definition at line 1885 of file 3rdparty/cppzmq/zmq.hpp.
|
inline |
Definition at line 1900 of file src/loggers/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 1942 of file 3rdparty/cppzmq/zmq.hpp.
T zmq::detail::socket_base::last |
Definition at line 1942 of file 3rdparty/cppzmq/zmq.hpp.