zmqpp
4.1.2
C++ bindings for 0mq (libzmq)
|
This is the complete list of members for zmqpp::socket, including all inherited members.
_recv_buffer | zmqpp::socket | private |
_socket | zmqpp::socket | private |
_type | zmqpp::socket | private |
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::socket | inline |
disconnect(endpoint_t const &endpoint) | zmqpp::socket | |
disconnect(InputIterator const &disconnections_begin, InputIterator const &disconnections_end) | zmqpp::socket | inline |
dont_wait | zmqpp::socket | static |
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::socket | inline |
has_more_parts() const | zmqpp::socket | |
monitor(endpoint_t const monitor_endpoint, int events_required) | zmqpp::socket | |
normal | zmqpp::socket | static |
operator bool() const | zmqpp::socket | |
operator void *() const | zmqpp::socket | |
operator=(socket &&source) NOEXCEPT | zmqpp::socket | |
operator=(socket const &) NOEXCEPT ZMQPP_EXPLICITLY_DELETED | zmqpp::socket | private |
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_more | zmqpp::socket | static |
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::socket | inline |
set(socket_option const option, std::string const value) | zmqpp::socket | inline |
socket(context_t const &context, socket_type const type) | zmqpp::socket | |
socket(socket &&source) NOEXCEPT | zmqpp::socket | |
socket(socket const &) NOEXCEPT ZMQPP_EXPLICITLY_DELETED | zmqpp::socket | private |
subscribe(std::string const &topic) | zmqpp::socket | |
subscribe(InputIterator const &topics_begin, InputIterator const &topics_end) | zmqpp::socket | inline |
track_message(message_t const &, uint32_t const, bool &) | zmqpp::socket | private |
type() const | zmqpp::socket | inline |
unbind(endpoint_t const &endpoint) | zmqpp::socket | |
unsubscribe(std::string const &topic) | zmqpp::socket | |
unsubscribe(InputIterator const &topics_begin, InputIterator const &topics_end) | zmqpp::socket | inline |
wait() | zmqpp::socket | |
~socket() | zmqpp::socket |