Project Malmo
0.30.0
|
A pool of expected network locations of Mod clients. More...
#include <ClientPool.h>
Public Member Functions | |
void | add (const ClientInfo &client_info) |
Adds a client to the pool. More... | |
Public Attributes | |
std::vector< ClientInfo > | clients |
The list of clients. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ClientPool &cp) |
A pool of expected network locations of Mod clients.
void malmo::ClientPool::add | ( | const ClientInfo & | client_info | ) |
Adds a client to the pool.
client_info | The client information. |