Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
toolbox::net::StreamSockClnt Member List

This is the complete list of members for toolbox::net::StreamSockClnt, including all inherited members.

close()toolbox::net::Sockinline
connect(const Endpoint &ep, std::error_code &ec) noexcepttoolbox::net::StreamSockClntinline
connect(const Endpoint &ep)toolbox::net::StreamSockClntinline
Endpoint typedeftoolbox::net::StreamSockClnt
family() const noexcepttoolbox::net::Sockinline
get_error(std::error_code &ec) const noexcepttoolbox::net::Sockinline
get_error() consttoolbox::net::Sockinline
get_rcv_buf(std::error_code &ec) const noexcepttoolbox::net::Sockinline
get_rcv_buf() consttoolbox::net::Sockinline
get_snd_buf(std::error_code &ec) const noexcepttoolbox::net::Sockinline
get_snd_buf() consttoolbox::net::Sockinline
get_sock_name(Endpoint &ep, std::error_code &ec) noexcepttoolbox::net::StreamSockClntinline
get_sock_name(Endpoint &ep)toolbox::net::StreamSockClntinline
IoSock() noexcept=defaulttoolbox::net::StreamSockClnt
is_ip_family() const noexcepttoolbox::net::Sockinline
is_tcp_no_delay(std::error_code &ec) const noexcepttoolbox::net::Sockinline
is_tcp_no_delay() consttoolbox::net::Sockinline
Protocol typedeftoolbox::net::StreamSockClnt
read(void *buf, std::size_t len, std::error_code &ec) noexcepttoolbox::net::IoSockinline
read(void *buf, std::size_t len)toolbox::net::IoSockinline
read(MutableBuffer buf, std::error_code &ec) noexcepttoolbox::net::IoSockinline
read(MutableBuffer buf)toolbox::net::IoSockinline
recv(void *buf, std::size_t len, int flags, std::error_code &ec) noexcepttoolbox::net::IoSockinline
recv(void *buf, std::size_t len, int flags)toolbox::net::IoSockinline
recv(MutableBuffer buf, int flags, std::error_code &ec) noexcepttoolbox::net::IoSockinline
recv(MutableBuffer buf, int flags)toolbox::net::IoSockinline
send(const void *buf, std::size_t len, int flags, std::error_code &ec) noexcepttoolbox::net::IoSockinline
send(const void *buf, std::size_t len, int flags)toolbox::net::IoSockinline
send(ConstBuffer buf, int flags, std::error_code &ec) noexcepttoolbox::net::IoSockinline
send(ConstBuffer buf, int flags)toolbox::net::IoSockinline
set_non_block(std::error_code &ec) noexcepttoolbox::net::Sockinline
set_non_block()toolbox::net::Sockinline
set_rcv_buf(int size, std::error_code &ec) noexcepttoolbox::net::Sockinline
set_rcv_buf(int size)toolbox::net::Sockinline
set_reuse_addr(bool enabled, std::error_code &ec) noexcepttoolbox::net::Sockinline
set_reuse_addr(bool enabled)toolbox::net::Sockinline
set_snd_buf(int size, std::error_code &ec) noexcepttoolbox::net::Sockinline
set_snd_buf(int size)toolbox::net::Sockinline
shutdown(int how)toolbox::net::IoSockinline
Sock(FileHandle &&sock, int family)toolbox::net::IoSockinline
Sock() noexcept=defaulttoolbox::net::IoSock
StreamSockClnt(Protocol protocol, std::error_code &ec) noexcepttoolbox::net::StreamSockClntinline
StreamSockClnt(Protocol protocol)toolbox::net::StreamSockClntinlineexplicit
StreamSockClnt() noexcept=defaulttoolbox::net::StreamSockClnt
write(const void *buf, std::size_t len, std::error_code &ec) noexcepttoolbox::net::IoSockinline
write(const void *buf, std::size_t len)toolbox::net::IoSockinline
write(ConstBuffer buf, std::error_code &ec) noexcepttoolbox::net::IoSockinline
write(ConstBuffer buf)toolbox::net::IoSockinline