#include <string>
#include <containers/vectorsp.h>
Go to the source code of this file.
Namespaces | |
namespace | sockets |
Classes | |
class | sockets::Monitor |
Base class for monitors. More... | |
Typedefs | |
typedef containers::VectorSP< Monitor *, size_t > | sockets::monitors_list |
Functions | |
void | sockets::setup_monitors (size_t hint) |
Sets monitors up. | |
void | sockets::do_events () |
Does events. | |
Variables | |
monitors_list | sockets::monitors |
Monitor * | sockets::default_monitor |