25 #ifndef SFML_SOCKETSELECTOR_HPP
26 #define SFML_SOCKETSELECTOR_HPP
31 #include <SFML/Network/Export.hpp>
32 #include <SFML/System/Time.hpp>
93 void remove(
Socket& socket);
142 bool isReady(
Socket& socket)
const;
156 struct SocketSelectorImpl;
161 SocketSelectorImpl* m_impl;
167 #endif // SFML_SOCKETSELECTOR_HPP
Multiplexer that allows to read from multiple sockets.
static const Time Zero
Predefined "zero" time value.
Base class for all the socket types.