|
Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
|
継承メンバを含む alt::SocketBuilder の全メンバ一覧です。
| _dwErrorNo | alt::WindowsLibrary | protected |
| _SockAddrIn | alt::SocketBuilder | protected |
| _socket | alt::SocketLibrary | protected |
| _wsaData | alt::SocketBuilder | protected |
| _wsaEvent | alt::SocketBuilder | protected |
| Bind() const | alt::SocketBuilder | protected |
| CancelWait() | alt::SocketBuilder | |
| Close() | alt::SocketLibrary | |
| Connect() const | alt::SocketBuilder | protected |
| CreateTcpConnector(LPCTSTR lpctszIpAddr, u_short portNo, int retryInterval, int retryCount) | alt::SocketBuilder | |
| CreateUdpConnector(LPCTSTR lpctszIpAddr, u_short portNo) | alt::SocketBuilder | |
| GetErrNo() const | alt::SocketLibrary | virtual |
| GetHostByName(LPCTSTR lpctszHostName, LPCTSTR lptszIpAddr) const | alt::SocketBuilder | |
| Ioctl(long cmd, u_long arg) const | alt::SocketBuilder | protected |
| Listen() const | alt::SocketBuilder | protected |
| Prepare(u_short portNo, LPCTSTR lpctszIpAddr=NULL) | alt::SocketBuilder | |
| SetErrNo() | alt::WindowsLibrary | virtual |
| SetKeepAliveValue(ULONG onoff, ULONG time, ULONG interval) const | alt::SocketLibrary | |
| SetSockAddr(ADDRESS_FAMILY family, u_short portNo, LPCTSTR lpctszAddress) | alt::SocketBuilder | protected |
| SetSockOpt(int level, int optname, int value) const | alt::SocketBuilder | protected |
| Socket(int af, int type, int protocol) | alt::SocketBuilder | protected |
| SocketBuilder() | alt::SocketBuilder | |
| SocketLibrary() | alt::SocketLibrary | |
| Startup() | alt::SocketBuilder | |
| Wait() | alt::SocketBuilder | |
| WindowsLibrary() | alt::WindowsLibrary | inline |
| WSAIoctl(DWORD dwIoControlCode, LPVOID lpvInBuffer, DWORD dwInBuffer, LPVOID lpvOutBuffer, DWORD dwOutBuffer, LPDWORD lpdwBytesReturned, LPWSAOVERLAPPED lpOverlapped, LPWSAOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) const | alt::SocketLibrary | protected |
| ~SocketBuilder() | alt::SocketBuilder | |
| ~SocketLibrary() | alt::SocketLibrary | |
| ~WindowsLibrary() | alt::WindowsLibrary | inlinevirtual |