#include <quiescenceRecord.h>


Public メソッド | |
| BestMoves () | |
| size_t | capacity () const |
| size_t | sizeFilled () const |
| void | add (Move m) |
| void | clear () |
| void | addSecondary (const MoveVector &v) |
quiescenceRecord.h の 50 行で定義されています。
| osl::search::BestMoves::BestMoves | ( | ) | [inline] |
quiescenceRecord.h の 52 行で定義されています。
| void osl::search::BestMoves::add | ( | Move | m | ) | [inline] |
| void osl::search::BestMoves::addSecondary | ( | const MoveVector & | v | ) | [inline] |
quiescenceRecord.h の 84 行で定義されています。
参照先 capacity(), clear(), と osl::find().
| size_t osl::search::BestMoves::capacity | ( | ) | const [inline] |
| void osl::search::BestMoves::clear | ( | ) | [inline] |
quiescenceRecord.h の 80 行で定義されています。
参照元 addSecondary(), と osl::search::QuiescenceRecord::clear().
| size_t osl::search::BestMoves::sizeFilled | ( | ) | const [inline] |
quiescenceRecord.h の 57 行で定義されています。
参照先 capacity().
1.6.3