#include <record.h>
Definition at line 14 of file record.h.
◆ ResultType
| Enumerator |
|---|
| Unknown | |
| BlackWin | |
| WhiteWin | |
| Sennnichite | |
| JiShogi | |
Definition at line 17 of file record.h.
◆ Record()
◆ ~Record()
◆ addWithNewLine()
| void osl::record::Record::addWithNewLine |
( |
std::string & | a, |
|
|
const std::string & | b ) |
|
inlinestatic |
◆ initialState()
◆ lastMove()
| Move osl::record::Record::lastMove |
( |
| ) |
const |
|
inline |
◆ load() [1/2]
| void osl::record::Record::load |
( |
std::vector< Move > & | moves, |
|
|
std::vector< int > & | times ) const |
|
inline |
◆ load() [2/2]
| void osl::record::Record::load |
( |
std::vector< Move > & | moves, |
|
|
std::vector< int > & | times, |
|
|
std::vector< std::string > & | comments, |
|
|
std::vector< SearchInfo > & | move_info ) const |
|
inline |
◆ moves()
| std::vector< Move > osl::record::Record::moves |
( |
| ) |
const |
|
inline |
◆ setDate()
◆ setMoveComment()
◆ setMoveInfo()
◆ setMoveTime()
◆ comments
| std::vector<std::string> osl::record::Record::comments |
◆ initial_comment
| std::string osl::record::Record::initial_comment |
◆ move_info
| std::vector<SearchInfo> osl::record::Record::move_info |
◆ player
| CArray<std::string,2> osl::record::Record::player |
◆ record
◆ result
◆ start_date
| boost::gregorian::date osl::record::Record::start_date |
◆ times
| std::vector<int> osl::record::Record::times |
◆ tournament_name
| std::string osl::record::Record::tournament_name |
◆ version
| std::string osl::record::Record::version |
The documentation for this struct was generated from the following files: