ESA JPIP server  0.1
net::Socket Member List

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

Accept(Address *from_address)net::Socketinline
BindTo(const Address &address)net::Socketinline
Close()net::Socketinline
ConnectTo(const Address &to_address)net::Socketinline
IsBlockingMode()net::Socket
IsValid() const net::Socketinline
IsValid()net::Socket
ListenAt(const Address &address, int nstack=10)net::Socketinline
OpenInet(int type=SOCK_STREAM)net::Socketinline
OpenUnix(int type=SOCK_STREAM)net::Socketinline
operator int() const net::Socketinline
operator=(int nsid)net::Socketinline
Receive(void *buf, int len, bool prevent_block=false)net::Socket
ReceiveDescriptor(int *fd, int *aux=NULL)net::Socket
ReceiveFrom(Address *address, void *buf, int len, bool prevent_block=false)net::Socket
Send(void *buf, int len, bool prevent_block=false)net::Socket
SendDescriptor(const Address &address, int fd, int aux=0)net::Socket
SendTo(const Address &address, void *buf, int len, bool prevent_block=false)net::Socket
SetBlockingMode(bool state=true)net::Socket
SetNoDelay(int val=1)net::Socketinline
sidnet::Socketprotected
Socket()net::Socketinline
Socket(int s)net::Socketinline
Socket(const Socket &xs)net::Socketinline
WaitForInput(int time_out=-1)net::Socket
WaitForOutput(int time_out=-1)net::Socket
~Socket()net::Socketinline