#include <string>
#include <map>
#include <vector>
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) |
std::ostream& operator<< | ( | std::ostream & | outstream, |
const statistics_record::stats_t::hitrate_t & | by_cth | ||
) |
Definition at line 510 of file statistics_record.cpp.
References statistics_record::stats_t::hitrate_t::hits, and statistics_record::stats_t::hitrate_t::strikes.