![]() |
Belle II Software release-09-00-03
|

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.
| EvtSocketManager | ( | EvtSocketRecv * | sock | ) |
Definition at line 18 of file EvtSocketManager.cc.
| ~EvtSocketManager | ( | ) |
Definition at line 29 of file EvtSocketManager.cc.
| bool connected | ( | int | fd, |
| bool | wreq = false |
||
| ) |
Definition at line 74 of file EvtSocketManager.cc.
| vector< int > & connected_socket_list | ( | ) |
Definition at line 69 of file EvtSocketManager.cc.
| int examine | ( | ) |
Definition at line 33 of file EvtSocketManager.cc.
| bool remove | ( | int | fd | ) |
Definition at line 89 of file EvtSocketManager.cc.
|
private |
Definition at line 42 of file EvtSocketManager.h.
|
private |
Definition at line 36 of file EvtSocketManager.h.
|
private |
Definition at line 35 of file EvtSocketManager.h.
|
private |
Definition at line 38 of file EvtSocketManager.h.
|
private |
Definition at line 40 of file EvtSocketManager.h.
|
private |
Definition at line 39 of file EvtSocketManager.h.
|
private |
Definition at line 41 of file EvtSocketManager.h.