libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Socket Member List

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

bind(const unsigned short port)Socket
close()Socket
connect(const Address &addr)Socket
disconnect()Socket
fd() const Socket
isOpen() const Socket
open(int domain, int type, int protocol)Socket
recv(void *const buffer, const size_t length, int flags=0)Socket
recvfrom(void *const buffer, const size_t length, Address &address, int flags=0)Socket
send(const void *const buffer, const size_t length, int flags=0)Socket
sendto(const void *const buffer, const size_t length, const Address &dest, int flags=0)Socket
setBlocking(const bool blocking)Socket
setReusable(const bool reusable)Socket
Socket()Socket
tcp()Socketstatic
udp()Socketstatic