#include <statistics_record.hpp>
Public Member Functions | |
scenario_stats_t (const std::string &name) | |
scenario_stats_t (const config &cfg) | |
config | write () const |
void | write (config_writer &out) const |
Public Attributes | |
team_stats_t | team_stats |
std::string | scenario_name |
Definition at line 90 of file statistics_record.hpp.
|
inlineexplicit |
Definition at line 92 of file statistics_record.hpp.
|
explicit |
Definition at line 425 of file statistics_record.cpp.
References config::child_range(), and team_stats.
config statistics_record::scenario_stats_t::write | ( | ) | const |
Definition at line 434 of file statistics_record.cpp.
References config::add_child(), i, scenario_name, and team_stats.
void statistics_record::scenario_stats_t::write | ( | config_writer & | out | ) | const |
Definition at line 445 of file statistics_record.cpp.
References config_writer::close_child(), i, config_writer::open_child(), scenario_name, team_stats, and config_writer::write_key_val().
std::string statistics_record::scenario_stats_t::scenario_name |
Definition at line 103 of file statistics_record.hpp.
Referenced by write().
team_stats_t statistics_record::scenario_stats_t::team_stats |
Definition at line 102 of file statistics_record.hpp.
Referenced by scenario_stats_t(), and write().