|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
This is the complete list of members for owl::TStreamSocket, including all inherited members.
| Accept(TStreamSocket &socket) | owl::TStreamSocket | |
| Accept(SOCKET &socket, sockaddr &sAddress) | owl::TStreamSocket | |
| BindSocket(const TSocketAddress &addressToBindTo) | owl::TSocket | virtual |
| BindSocket() | owl::TSocket | virtual |
| CancelNotification() | owl::TSocket | virtual |
| CloseSocket() | owl::TSocket | virtual |
| Connect() | owl::TStreamSocket | |
| Connect(TSocketAddress &addressToConnectTo) | owl::TStreamSocket | |
| Connected enum value | owl::TStreamSocket | |
| ConnectPending enum value | owl::TStreamSocket | |
| ConnectStatus | owl::TStreamSocket | |
| ConvertProtocol(char *protocol) | owl::TSocket | virtual |
| CreateSocket() | owl::TSocket | virtual |
| DoAcceptNotification(const SOCKET &s, int nError) | owl::TStreamSocket | protectedvirtual |
| DoCloseNotification(const SOCKET &s, int nError) | owl::TStreamSocket | protectedvirtual |
| DoConnectNotification(const SOCKET &s, int nError) | owl::TStreamSocket | protectedvirtual |
| DoOOBNotification(const SOCKET &s, int nError) | owl::TStreamSocket | protectedvirtual |
| DoReadNotification(const SOCKET &s, int nError) | owl::TStreamSocket | protectedvirtual |
| DoWriteNotification(const SOCKET &s, int nError) | owl::TStreamSocket | 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 |
| Listen(int nMaxQueuedConnections=N_DEF_MAX_QUEUED_CONNECTIONS) | owl::TStreamSocket | |
| Listening enum value | owl::TStreamSocket | |
| MaxReadBufferSize | owl::TSocket | protected |
| NotConnected enum value | owl::TStreamSocket | |
| operator SOCKET() const | owl::TSocket | inline |
| operator=(TStreamSocket &src) | owl::TStreamSocket | |
| owl::TSocket::operator=(TSocket &newSocket) | owl::TSocket | |
| Protocol | owl::TSocket | protected |
| Read(char *data, int &charsToRead) | owl::TStreamSocket | |
| ReadOOB(char *data, int &charsToRead) | owl::TStreamSocket | |
| 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 |
| TConnectStatus enum name | owl::TStreamSocket | |
| 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 | |
| TStreamSocket() | owl::TStreamSocket | |
| TStreamSocket(SOCKET &newS) | owl::TStreamSocket | |
| TStreamSocket(TSocketAddress &socketAddress, int addressFormat=PF_INET, int Type=SOCK_STREAM, int protocol=0) | owl::TStreamSocket | |
| Type | owl::TSocket | protected |
| Window | owl::TSocket | protected |
| Write(char *data, int &charsToWrite, int flags=0, bool becomeOwnerOfData=true, bool copyData=true) | owl::TStreamSocket | |
| WriteOOB(char *data, int &charsToWrite, int nFlags=MSG_OOB, bool becomeOwnerOfData=true, bool copyData=true) | owl::TStreamSocket | |
| ~TSocket() | owl::TSocket | virtual |