#include "ccfwd.h"
#include "delta_t.h"
#include "in_game_time.h"
#include "game_controller.h"
#include "action_history.h"
#include "game_statistics_in_time.h"
#include <iosfwd>
Go to the source code of this file.
◆ extract_game_statistics_in_time()
Extract the game statistics over time.
- Parameters
-
| r | a replayer |
| dt | the interval at which the statistics are extracted |
◆ get_in_game_time()
◆ get_n_moves()
| int get_n_moves |
( |
const replay & |
r | ) |
|
|
noexcept |
Get the number of moves in the replay.
◆ get_played_scholars_mate()
| replay get_played_scholars_mate |
( |
| ) |
|
◆ is_piece_at()
| bool is_piece_at |
( |
const replay & |
r, |
|
|
const square & |
coordinat |
|
) |
| |
Determine if there is a piece at the coordinat.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const replay & |
r |
|
) |
| |
|
noexcept |
◆ operator==()
◆ test_replay()
Test this class and its free functions.