The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Typedefs | Functions
statistics_record.hpp File Reference
#include <string>
#include <map>
#include <vector>
Include dependency graph for statistics_record.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  statistics_record::stats_t
 
struct  statistics_record::stats_t::hitrate_t
 
struct  statistics_record::scenario_stats_t
 
struct  statistics_record::campaign_stats_t
 

Namespaces

 statistics_record
 

Typedefs

using statistics_record::team_stats_t = std::map< std::string, stats_t >
 

Functions

std::ostream & operator<< (std::ostream &outstream, const statistics_record::stats_t::hitrate_t &by_cth)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  outstream,
const statistics_record::stats_t::hitrate_t by_cth 
)