ccuty  1.0
 All Classes Namespaces Files Functions Enumerations Macros Pages
ccuty::Socket Member List

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

bind(int port)ccuty::Socketvirtual
bind(const std::string &host, int port)ccuty::Socketvirtual
close()ccuty::Socketvirtual
connect(const std::string &host, int port)ccuty::Socketvirtual
descriptor()ccuty::Socketinline
Errors enum nameccuty::Socket
getReceiveBufferSize() const ccuty::Socket
getReuseAddress() const ccuty::Socket
getSendBufferSize() const ccuty::Socket
getSoLinger(int &linger) const ccuty::Socket
getSoTimeout() const ccuty::Socket
getTcpNoDelay() const ccuty::Socket
isClosed() const ccuty::Socketinline
receive(void *buf, size_t len, int flags=0)ccuty::Socketinline
receiveFrom(void *buf, size_t len, int flags, struct sockaddr *src_addr, socklen_t *addrlen)ccuty::Socketinline
send(const void *buf, size_t len, int flags=0)ccuty::Socketinline
sendTo(const void *buf, size_t len, int flags, const struct sockaddr *dest_addr, socklen_t addrlen)ccuty::Socketinline
setAddress(struct sockaddr_in &addr, const std::string &host, int port)ccuty::Socketvirtual
setLocalAddress(struct sockaddr_in &addr, int port)ccuty::Socketvirtual
setReceiveBufferSize(int size)ccuty::Socket
setReuseAddress(bool)ccuty::Socket
setSendBufferSize(int size)ccuty::Socket
setSoLinger(bool, int linger)ccuty::Socket
setSoTimeout(int timeout)ccuty::Socket
setTcpNoDelay(bool)ccuty::Socket
shutdownInput()ccuty::Socketvirtual
shutdownOutput()ccuty::Socketvirtual
Socket(int type=SOCK_STREAM)ccuty::Socket
Socket(int type, int sockfd)ccuty::Socket
~Socket()ccuty::Socketvirtual