getConnectedClients
ServerSocketInterface::getConnectedClients
Returns information about all the clients connected to the server.
Declaration
virtual const std::unordered_map<ConnectedClientID, ConnectedClient>& getConnectedClients() = 0;
Parameters
None.
Returns
An std::unordered_map using the ConnectedClientID as a key and ConnectedClient as the value, for all clients connected to the server.