This is the complete list of members for RC::Sock, including all inherited members.
CanSend(bool block_until_ready=false) const | RC::Sock | inline |
Close() | RC::Sock | inline |
DataReady(bool block_until_ready=false) const | RC::Sock | inline |
GetRemoteAddr() const | RC::Sock | inline |
GetRemotePort() const | RC::Sock | inline |
Raw() const | RC::Sock | inline |
Recv(Data1D< T > buf, bool do_block=true) | RC::Sock | inline |
Recv(RStr &str, bool crop_newline=true, bool do_block=true) | RC::Sock | inline |
Send(Data1D< T > buf, bool do_block=true) | RC::Sock | inline |
Send(RStr str, bool do_block=true) | RC::Sock | inline |
SetRemote(RStr remote_addr, RStr remote_port) | RC::Sock | inline |
Sock(SOCKET new_sock=INVALID_SOCKET) | RC::Sock | inline |
ToFileRW() | RC::Sock | inline |