guit  0.1
 All Classes Functions Variables Typedefs Enumerations Friends
GNatSocket Member List

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

bind(int port)GNatSocket
bind(const std::string &host, int port)GNatSocket
close()GNatSocket
connect(const std::string &host, int port)GNatSocket
descriptor()GNatSocketinline
Errors enum nameGNatSocket
getReceiveBufferSize() const GNatSocket
getReuseAddress() const GNatSocket
getSendBufferSize() const GNatSocket
getSoLinger(int &linger) const GNatSocket
getSoTimeout() const GNatSocket
getTcpNoDelay() const GNatSocket
GNatSocket(int type=SOCK_STREAM)GNatSocket
GNatSocket(int type, SOCKET sockfd)GNatSocket
isClosed() const GNatSocketinline
receive(SOCKDATA *buf, size_t len, int flags=0)GNatSocketinline
receiveFrom(void *buf, size_t len, int flags, SOCKADDR *from, socklen_t *addrlen)GNatSocketinline
send(const SOCKDATA *buf, size_t len, int flags=0)GNatSocketinline
sendTo(void const *buf, size_t len, int flags, SOCKADDR const *to, socklen_t addrlen)GNatSocketinline
setReceiveBufferSize(int size)GNatSocket
setReuseAddress(bool)GNatSocket
setSendBufferSize(int size)GNatSocket
setSoLinger(bool, int linger)GNatSocket
setSoTimeout(int timeout)GNatSocket
setTcpNoDelay(bool)GNatSocket
shutdownInput()GNatSocket
shutdownOutput()GNatSocket
startup()GNatSocketstatic
~GNatSocket()GNatSocket