# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLNET::CTcpSock Member List

This is the complete list of members for NLNET::CTcpSock, including all inherited members.
_BytesReceivedNLNET::CSock [protected]
_BytesSentNLNET::CSock [protected]
_ConnectedNLNET::CSock [protected]
_LocalAddrNLNET::CSock [protected]
_LoggingNLNET::CSock [protected]
_NonBlockingNLNET::CSock [protected]
_RemoteAddrNLNET::CSock [protected]
_SockNLNET::CSock [protected]
_TimeoutMsNLNET::CSock [protected, static]
_TimeoutSNLNET::CSock [protected, static]
bytesReceived() constNLNET::CSock [inline]
bytesSent() constNLNET::CSock [inline]
close()NLNET::CSock [virtual]
connect(const CInetAddress &addr)NLNET::CTcpSock [virtual]
connected()NLNET::CSock
ConnectionClosed enum valueNLNET::CSock
connectWithCustomWindowSize(const CInetAddress &addr, int windowsize)NLNET::CTcpSock
createSocket(int type, int protocol)NLNET::CSock [protected]
CSock(bool logging=true)NLNET::CSock [protected]
CSock(SOCKET sock, const CInetAddress &remoteaddr)NLNET::CSock [protected]
CTcpSock(bool logging=true)NLNET::CTcpSock
CTcpSock(SOCKET sock, const CInetAddress &remoteaddr)NLNET::CTcpSock
dataAvailable()NLNET::CSock
descriptor() constNLNET::CSock [inline]
disconnect()NLNET::CTcpSock [virtual]
Error enum valueNLNET::CSock
errorString(uint errorcode)NLNET::CSock [static]
getLastError()NLNET::CSock [static]
getSendBufferSize()NLNET::CSock
getWindowSize()NLNET::CTcpSock
initialized()NLNET::CSock [inline, static]
initNetwork()NLNET::CSock [static]
localAddr() constNLNET::CSock [inline]
nonBlockingMode() constNLNET::CSock [inline]
Ok enum valueNLNET::CSock
receive(uint8 *buffer, uint32 &len, bool throw_exception=true)NLNET::CSock
releaseNetwork()NLNET::CSock [static]
remoteAddr() constNLNET::CSock [inline]
send(const uint8 *buffer, uint32 &len, bool throw_exception=true)NLNET::CSock
setLocalAddress()NLNET::CSock [protected]
setNoDelay(bool value)NLNET::CTcpSock [virtual]
setNonBlockingMode(bool bm)NLNET::CSock
setSendBufferSize(sint32 size)NLNET::CSock
setTimeOutValue(long sec, long ms)NLNET::CSock [inline, static]
shutdownReceiving()NLNET::CTcpSock
shutdownSending()NLNET::CTcpSock
timeOutValue() constNLNET::CSock [inline]
TSockResult enum nameNLNET::CSock
WouldBlock enum valueNLNET::CSock
~CSock()NLNET::CSock [virtual]