Project Malmo  0.17.0
Public Member Functions | Public Attributes | Friends | List of all members
malmo::ClientPool Struct Reference

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< ClientInfoclients
 The list of clients.
 

Friends

std::ostream & operator<< (std::ostream &os, const ClientPool &cp)
 

Detailed Description

A pool of expected network locations of Mod clients.

Member Function Documentation

void malmo::ClientPool::add ( const ClientInfo client_info)

Adds a client to the pool.

Parameters
client_infoThe client information.

The documentation for this struct was generated from the following file: