|
Pol
Revision:cb584c9
|
#include <sockio.h>
Public Member Functions | |
| PolSocket () | |
Public Attributes | |
| fd_set | err_fd |
| fd_set | listen_fd |
| SOCKET | listen_socket |
| struct timeval | listen_timeout |
| fd_set | recv_fd |
| struct timeval | select_timeout |
| fd_set | send_fd |
| Pol::Network::PolSocket::PolSocket | ( | ) |
Definition at line 237 of file sockio.cpp.
References err_fd, listen_fd, recv_fd, select_timeout, and send_fd.
| fd_set Pol::Network::PolSocket::err_fd |
Definition at line 38 of file sockio.h.
Referenced by Pol::Core::check_incoming_data(), and PolSocket().
| fd_set Pol::Network::PolSocket::listen_fd |
Definition at line 34 of file sockio.h.
Referenced by PolSocket().
| SOCKET Pol::Network::PolSocket::listen_socket |
Definition at line 33 of file sockio.h.
Referenced by Pol::Core::check_incoming_data(), Pol::Core::NetworkManager::deinialize(), and Pol::xmain_inner().
| fd_set Pol::Network::PolSocket::recv_fd |
Definition at line 37 of file sockio.h.
Referenced by Pol::Core::check_incoming_data(), and PolSocket().
| struct timeval Pol::Network::PolSocket::select_timeout |
Definition at line 40 of file sockio.h.
Referenced by Pol::Core::check_incoming_data(), and PolSocket().
| fd_set Pol::Network::PolSocket::send_fd |
Definition at line 39 of file sockio.h.
Referenced by Pol::Core::check_incoming_data(), and PolSocket().