BindSocket(const TSocketAddress &addressToBindTo) | owl::TSocket | virtual |
BindSocket() | owl::TSocket | virtual |
CancelNotification() | owl::TSocket | virtual |
CloseSocket() | owl::TSocket | virtual |
ConvertProtocol(char *protocol) | owl::TSocket | virtual |
CreateSocket() | owl::TSocket | virtual |
DoAcceptNotification(const SOCKET &s, int nError) | owl::TSocket | protectedvirtual |
DoCloseNotification(const SOCKET &s, int nError) | owl::TSocket | protectedvirtual |
DoConnectNotification(const SOCKET &s, int nError) | owl::TSocket | protectedvirtual |
DoOOBNotification(const SOCKET &s, int nError) | owl::TSocket | protectedvirtual |
DoReadNotification(const SOCKET &s, int nError) | owl::TSocket | protectedvirtual |
DoWriteNotification(const SOCKET &s, int nError) | owl::TSocket | protectedvirtual |
Family | owl::TSocket | protected |
GetBroadcastOption(bool &bBroadcast) | owl::TSocket | |
GetDebugOption(bool &bDebug) | owl::TSocket | |
GetDriverWaitingSize() | owl::TSocket | virtual |
GetKeepAliveOption(bool &bKeepAlive) | owl::TSocket | |
GetLastError() | owl::TSocket | inline |
GetLingerOption(bool &bLinger, ushort &nLingerTime) | owl::TSocket | |
GetMyAddress(TSocketAddress &socketAddress, int &nAddressLength, SOCKET &socket) | owl::TSocket | virtual |
GetMyAddress(TSocketAddress &socketAddress, int &nAddressLength) | owl::TSocket | virtual |
GetOOBOption(bool &bSendOOBDataInline) | owl::TSocket | |
GetPeerAddress(TSocketAddress &socketAddress, int &nAddressLength, SOCKET &socket) | owl::TSocket | virtual |
GetPeerAddress(TSocketAddress &socketAddress, int &nAddressLength) | owl::TSocket | virtual |
GetReceiveBufferOption(int &nReceiveBufferSize) | owl::TSocket | |
GetReuseAddressOption(bool &bAllowReuseAddress) | owl::TSocket | |
GetRouteOption(bool &bRoute) | owl::TSocket | |
GetSendBufferOption(int &nSendBufferSize) | owl::TSocket | |
GetTotalWaitingSize() | owl::TSocket | virtual |
Init() | owl::TSocket | protected |
LastError | owl::TSocket | protected |
MaxReadBufferSize | owl::TSocket | protected |
operator SOCKET() const | owl::TSocket | inline |
operator=(TSocket &newSocket) | owl::TSocket | |
operator== | owl::TSocket | friend |
Protocol | owl::TSocket | protected |
SaveSocket | owl::TSocket | protected |
SetBroadcastOption(bool bBroadcast) | owl::TSocket | |
SetDebugOption(bool bDebug) | owl::TSocket | |
SetKeepAliveOption(bool bKeepAlive) | owl::TSocket | |
SetLingerOption(bool bLinger, ushort nLingerTime=0) | owl::TSocket | |
SetMaxReadBufferSize(int nNewMaxReadBufferSize) | owl::TSocket | virtual |
SetMyAddress(TSocketAddress &newSocketAddress) | owl::TSocket | virtual |
SetNotificationSet(int notificationSet) | owl::TSocket | inlinevirtual |
SetNotificationWindow(TWindow *windowNotification) | owl::TSocket | inlinevirtual |
SetOOBOption(bool bSendOOBDataInline) | owl::TSocket | |
SetPeerSocketAddress(TSocketAddress &newPeerSocketAddress) | owl::TSocket | virtual |
SetReceiveBufferOption(int nReceiveBufferSize) | owl::TSocket | |
SetReuseAddressOption(bool bAllowReuseAddress) | owl::TSocket | |
SetRouteOption(bool bRoute) | owl::TSocket | |
SetSaveSocketOnDelete(bool saveSocket=true) | owl::TSocket | inline |
SetSendBufferOption(int nSendBufferSize) | owl::TSocket | |
SetSocketStyle(int nNewFamily=PF_INET, int nNewType=SOCK_STREAM, int nNewProtocol=0) | owl::TSocket | virtual |
ShutDownSocket(TShutMode shutMode=ShutModeNoRecvSend) | owl::TSocket | virtual |
ShutModeNoRecv enum value | owl::TSocket | |
ShutModeNoRecvSend enum value | owl::TSocket | |
ShutModeNoSend enum value | owl::TSocket | |
SocketsCallCheck(int error) | owl::TSocket | protected |
StartAcceptNotification() | owl::TSocket | virtual |
StartCustomNotification(int nSelectionOptions) | owl::TSocket | virtual |
StartRegularNotification() | owl::TSocket | virtual |
TShutMode enum name | owl::TSocket | |
TSocket() | owl::TSocket | |
TSocket(SOCKET &newS) | owl::TSocket | |
TSocket(TSocketAddress &newSocketAddress, int nNewFamily=PF_INET, int nNewType=SOCK_STREAM, int nNewProtocol=0) | owl::TSocket | |
TSocketWindow | owl::TSocket | friend |
Type | owl::TSocket | protected |
Window | owl::TSocket | protected |
~TSocket() | owl::TSocket | virtual |