Moveを分解した差分要素のうちの盤面上の駒に関して保持するデータ pos, ptypeOをshortに入れる.. [詳細]
#include <moveStackRejections.h>
Public メソッド | |
OnBoardElement () | |
OnBoardElement (Position pos_, PtypeO ptypeO_) | |
Position | pos () const |
PtypeO | ptypeO () const |
Static Public メソッド | |
static short | makePosPtypeO (Position pos, PtypeO ptypeO) |
Public 変数 | |
short | posPtypeO |
Moveを分解した差分要素のうちの盤面上の駒に関して保持するデータ pos, ptypeOをshortに入れる..
moveStackRejections.h の 18 行で定義されています。
osl::search::OnBoardElement::OnBoardElement | ( | ) | [inline] |
moveStackRejections.h の 20 行で定義されています。
moveStackRejections.h の 21 行で定義されています。
参照先 makePosPtypeO(), と posPtypeO.
Position osl::search::OnBoardElement::pos | ( | ) | const [inline] |
PtypeO osl::search::OnBoardElement::ptypeO | ( | ) | const [inline] |
moveStackRejections.h の 19 行で定義されています。
参照元 OnBoardElement(), pos(), と ptypeO().