Bitcoin ABC 0.30.5
P2P Digital Currency
Sock Member List

This is the complete list of members for Sock, including all inherited members.

Accept(sockaddr *addr, socklen_t *addr_len) constSockvirtual
Connect(const sockaddr *addr, socklen_t addr_len) constSockvirtual
ERRSockstatic
Event typedefSock
EventsPerSock typedefSock
Get() constSockvirtual
GetSockOpt(int level, int opt_name, void *opt_val, socklen_t *opt_len) constSockvirtual
IsConnected(std::string &errmsg) constSockvirtual
m_socketSockprotected
operator=(const Sock &)=deleteSock
operator=(Sock &&other)Sockvirtual
Recv(void *buf, size_t len, int flags) constSockvirtual
RECVSockstatic
RecvUntilTerminator(uint8_t terminator, std::chrono::milliseconds timeout, CThreadInterrupt &interrupt, size_t max_data) constSockvirtual
Release()Sockvirtual
Reset()Sockvirtual
Send(const void *data, size_t len, int flags) constSockvirtual
SENDSockstatic
SendComplete(const std::string &data, std::chrono::milliseconds timeout, CThreadInterrupt &interrupt) constSockvirtual
Sock()Sock
Sock(SOCKET s)Sockexplicit
Sock(const Sock &)=deleteSock
Sock(Sock &&other)Sock
Wait(std::chrono::milliseconds timeout, Event requested, Event *occurred=nullptr) constSockvirtual
WaitMany(std::chrono::milliseconds timeout, EventsPerSock &events_per_sock) constSockvirtual
~Sock()Sockvirtual