Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Classes | Functions
game_statistics_output_file.h File Reference
#include "ccfwd.h"
#include <string>
#include <vector>
Include dependency graph for game_statistics_output_file.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  game_statistics_output_file
 File to save the game statistics too. More...
 

Functions

std::string get_column_headers_as_str ()
 Get the column headers as one, comma-seperated string.
 
void test_game_statistics_output_file ()
 
std::string to_comma_seperated_str (const std::vector< double > &v)
 
std::string to_comma_seperated_str (const std::vector< std::string > &v)
 

Function Documentation

◆ get_column_headers_as_str()

std::string get_column_headers_as_str ( )

Get the column headers as one, comma-seperated string.

◆ test_game_statistics_output_file()

void test_game_statistics_output_file ( )

◆ to_comma_seperated_str() [1/2]

std::string to_comma_seperated_str ( const std::vector< double > &  v)

◆ to_comma_seperated_str() [2/2]

std::string to_comma_seperated_str ( const std::vector< std::string > &  v)