Classes | |
| class | Buffer |
| Base class for buffers. More... | |
| class | DBuffer |
| Dynamic buffer class. More... | |
| class | IPSocket |
| Base class for all IP sockets. More... | |
| class | Monitor |
| Base class for monitors. More... | |
| class | SBuffer |
| Static buffer class. More... | |
| class | Socket |
| Base class for all sockets. More... | |
| class | TCPClient |
| TCP client class. More... | |
| class | TCPSocket |
| TCP socket class. More... | |
Typedefs | |
|
typedef containers::VectorSP< Monitor *, size_t > | monitors_list |
Functions | |
| void | setup_monitors (size_t hint) |
| Sets monitors up. | |
| void | do_events () |
| Does events. | |
Variables | |
| monitors_list | monitors |
| Monitor * | default_monitor |
|
|
This function, which must be called by the core in its main loop, checks for events on all sockets that need to be monitored. |
|
|
This function, which must be called by the core at program startup, registers and configures all usable monitors.
|
1.4.6