Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Functions
game_log.cpp File Reference
#include "game_log.h"
#include "message.h"
#include <algorithm>
#include <cassert>
#include <sstream>
Include dependency graph for game_log.cpp:

Functions

std::string get_last_log_messages (const game_log &l, const chess_color color) noexcept
 Get the log messages for a specific color.
 
void test_log ()
 Test this class and its free function.
 

Function Documentation

◆ get_last_log_messages()

std::string get_last_log_messages ( const game_log l,
const chess_color  color 
)
noexcept

Get the log messages for a specific color.

◆ test_log()

void test_log ( )

Test this class and its free function.