Belle II Software
release-08-01-10
|
Public Member Functions | |
EvtSocketManager (EvtSocketRecv *sock) | |
int | examine () |
std::vector< int > & | connected_socket_list () |
bool | connected (int fd, bool wreq=false) |
bool | remove (int fd) |
Private Attributes | |
int | m_maxfd |
std::vector< int > | m_fd |
EvtSocketRecv * | m_recv |
int | m_sock |
fd_set | m_rset |
fd_set | m_wset |
fd_set | m_allset |
Definition at line 21 of file EvtSocketManager.h.