zmqpp  4.1.2
C++ bindings for 0mq (libzmq)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
zmqpp::socket Member List

This is the complete list of members for zmqpp::socket, including all inherited members.

_recv_bufferzmqpp::socketprivate
_socketzmqpp::socketprivate
_typezmqpp::socketprivate
bind(endpoint_t const &endpoint)zmqpp::socket
close()zmqpp::socket
connect(endpoint_t const &endpoint)zmqpp::socket
connect(InputIterator const &connections_begin, InputIterator const &connections_end)zmqpp::socketinline
disconnect(endpoint_t const &endpoint)zmqpp::socket
disconnect(InputIterator const &disconnections_begin, InputIterator const &disconnections_end)zmqpp::socketinline
dont_waitzmqpp::socketstatic
get(socket_option const option, int &value) const zmqpp::socket
get(socket_option const option, bool &value) const zmqpp::socket
get(socket_option const option, uint64_t &value) const zmqpp::socket
get(socket_option const option, int64_t &value) const zmqpp::socket
get(socket_option const option, std::string &value) const zmqpp::socket
get(socket_option const option) const zmqpp::socketinline
has_more_parts() const zmqpp::socket
monitor(endpoint_t const monitor_endpoint, int events_required)zmqpp::socket
normalzmqpp::socketstatic
operator bool() const zmqpp::socket
operator void *() const zmqpp::socket
operator=(socket &&source) NOEXCEPTzmqpp::socket
operator=(socket const &) NOEXCEPT ZMQPP_EXPLICITLY_DELETEDzmqpp::socketprivate
receive(message_t &message, bool const dont_block=false)zmqpp::socket
receive(std::string &string, int const flags=normal)zmqpp::socket
receive(signal &sig, bool dont_block=false)zmqpp::socket
receive_raw(char *buffer, size_t &length, int const flags=normal)zmqpp::socket
send(message_t &message, bool const dont_block=false)zmqpp::socket
send(std::string const &string, int const flags=normal)zmqpp::socket
send(signal sig, bool dont_block=false)zmqpp::socket
send_morezmqpp::socketstatic
send_raw(char const *buffer, size_t const length, int const flags=normal)zmqpp::socket
set(socket_option const option, int const value)zmqpp::socket
set(socket_option const option, bool const value)zmqpp::socket
set(socket_option const option, uint64_t const value)zmqpp::socket
set(socket_option const option, int64_t const value)zmqpp::socket
set(socket_option const option, char const *value, size_t const length)zmqpp::socket
set(socket_option const option, char const *value)zmqpp::socketinline
set(socket_option const option, std::string const value)zmqpp::socketinline
socket(context_t const &context, socket_type const type)zmqpp::socket
socket(socket &&source) NOEXCEPTzmqpp::socket
socket(socket const &) NOEXCEPT ZMQPP_EXPLICITLY_DELETEDzmqpp::socketprivate
subscribe(std::string const &topic)zmqpp::socket
subscribe(InputIterator const &topics_begin, InputIterator const &topics_end)zmqpp::socketinline
track_message(message_t const &, uint32_t const, bool &)zmqpp::socketprivate
type() const zmqpp::socketinline
unbind(endpoint_t const &endpoint)zmqpp::socket
unsubscribe(std::string const &topic)zmqpp::socket
unsubscribe(InputIterator const &topics_begin, InputIterator const &topics_end)zmqpp::socketinline
wait()zmqpp::socket
~socket()zmqpp::socket