jsocketpp 1.0
A cross-platform C++20 socket library.
Loading...
Searching...
No Matches
jsocketpp::UnixSocket Member List

This is the complete list of members for jsocketpp::UnixSocket, including all inherited members.

_addrjsocketpp::UnixSocketprivate
_bufferjsocketpp::UnixSocketprivate
_isListeningjsocketpp::UnixSocketprivate
_socketPathjsocketpp::UnixSocketprivate
_sockFdjsocketpp::UnixSocketprivate
accept() constjsocketpp::UnixSocket
bind()jsocketpp::UnixSocket
close()jsocketpp::UnixSocket
connect()jsocketpp::UnixSocket
getOption(int level, int optName) constjsocketpp::UnixSocket
getSocketPath() constjsocketpp::UnixSocketinline
isPathInUse(std::string_view path)jsocketpp::UnixSocketstatic
isValid() constjsocketpp::UnixSocketinline
listen(int backlog=SOMAXCONN) constjsocketpp::UnixSocket
operator=(const UnixSocket &)=deletejsocketpp::UnixSocket
operator=(UnixSocket &&other) noexceptjsocketpp::UnixSocket
read(char *buffer, std::size_t len) constjsocketpp::UnixSocket
read()jsocketpp::UnixSocketinline
read()jsocketpp::UnixSocketinline
setNonBlocking(bool nonBlocking) constjsocketpp::UnixSocket
setOption(int level, int optName, int value) constjsocketpp::UnixSocket
setTimeout(int millis) constjsocketpp::UnixSocket
UnixSocket(std::string_view path, std::size_t bufferSize=512)jsocketpp::UnixSocketexplicit
UnixSocket(const UnixSocket &)=deletejsocketpp::UnixSocket
UnixSocket(UnixSocket &&other) noexceptjsocketpp::UnixSocket
UnixSocket()jsocketpp::UnixSocketinlineprotected
write(std::string_view data) constjsocketpp::UnixSocket
~UnixSocket() noexceptjsocketpp::UnixSocket