Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for Sock, including all inherited members.
Accept(sockaddr *addr, socklen_t *addr_len) const | Sock | virtual |
Connect(const sockaddr *addr, socklen_t addr_len) const | Sock | virtual |
ERR | Sock | static |
Event typedef | Sock | |
EventsPerSock typedef | Sock | |
Get() const | Sock | virtual |
GetSockOpt(int level, int opt_name, void *opt_val, socklen_t *opt_len) const | Sock | virtual |
IsConnected(std::string &errmsg) const | Sock | virtual |
m_socket | Sock | protected |
operator=(const Sock &)=delete | Sock | |
operator=(Sock &&other) | Sock | virtual |
Recv(void *buf, size_t len, int flags) const | Sock | virtual |
RECV | Sock | static |
RecvUntilTerminator(uint8_t terminator, std::chrono::milliseconds timeout, CThreadInterrupt &interrupt, size_t max_data) const | Sock | virtual |
Release() | Sock | virtual |
Reset() | Sock | virtual |
Send(const void *data, size_t len, int flags) const | Sock | virtual |
SEND | Sock | static |
SendComplete(const std::string &data, std::chrono::milliseconds timeout, CThreadInterrupt &interrupt) const | Sock | virtual |
Sock() | Sock | |
Sock(SOCKET s) | Sock | explicit |
Sock(const Sock &)=delete | Sock | |
Sock(Sock &&other) | Sock | |
Wait(std::chrono::milliseconds timeout, Event requested, Event *occurred=nullptr) const | Sock | virtual |
WaitMany(std::chrono::milliseconds timeout, EventsPerSock &events_per_sock) const | Sock | virtual |
~Sock() | Sock | virtual |