My Project
osl::move_generator::PieceOnBoard< Action, noCapturePromote > Struct Template Reference

特定のpieceを動かす手を生成 More...

#include <pieceOnBoard.h>

Static Public Member Functions

template<Player P>
static void generatePieceUnsafe (const NumEffectState &state, Piece p, Square target, Piece p1, Action &action)
 駒pがマスtargetに利きをもっているとして,手を生成する.
 
template<Player P>
static void generatePiece (const NumEffectState &state, Piece p, Square target, Piece p1, Action &action)
 
template<Player P, Ptype T>
static void generatePiecePtypeUnsafe (const NumEffectState &state, Piece p, Square target, Piece p1, Action &action)
 PtypeがTの駒pがマスtargetに利きをもっているとして,手を生成する. p1 - targetにある駒
 
template<Player P, Ptype T>
static void generatePiecePtype (const NumEffectState &state, Piece p, Square target, Piece p1, Action &action)
 
template<Player P, Ptype T, bool useDirMask>
static void generatePtype (const NumEffectState &state, Piece p, Action &action, int dirMask=0)
 Generate moves without stating the Ptype as template param.
 
template<Player P, Ptype T>
static void generatePtype (const NumEffectState &state, Piece p, Action &action)
 
template<Player P, Ptype T, bool useDirMask>
static void generatePtypeUnsafe (const NumEffectState &state, Piece p, Action &action, int dirMask)
 Generate moves without stating the Ptype as template param.
 
template<Player P, Ptype T>
static void generatePtypeUnsafe (const NumEffectState &state, Piece p, Action &action)
 
template<Player P, bool useDirMask>
static void generate (const NumEffectState &state, Piece p, Action &action, int dirMask=0)
 Generate moves without stating the Ptype as template param.
 

Detailed Description

template<class Action, bool noCapturePromote = false>
struct osl::move_generator::PieceOnBoard< Action, noCapturePromote >

特定のpieceを動かす手を生成

Definition at line 19 of file pieceOnBoard.h.

Member Function Documentation

◆ generate()

template<class Action , bool noCapturePromote = false>
template<Player P, bool useDirMask>
template void osl::move_generator::PieceOnBoard< Action, noCapturePromote >::generate< WHITE, true > ( const NumEffectState & state,
Piece p,
Action & action,
int dirMask = 0 )
static

Generate moves without stating the Ptype as template param.

自玉に王手がかかっていない時に呼ぶ.

Parameters
state- 手を作成する局面,手番はPと一致
p- 盤面上に存在するPの駒
action- 手生成用のAction

Referenced by osl::move_generator::GeneratePieceOnBoard::generate().

◆ generatePiece()

◆ generatePiecePtype()

◆ generatePiecePtypeUnsafe()

template<class Action , bool noCapturePromote = false>
template<Player P, Ptype T>
static void osl::move_generator::PieceOnBoard< Action, noCapturePromote >::generatePiecePtypeUnsafe ( const NumEffectState & state,
Piece p,
Square target,
Piece p1,
Action & action )
inlinestatic

◆ generatePieceUnsafe()

template<class Action , bool noCapturePromote = false>
template<Player P>
static void osl::move_generator::PieceOnBoard< Action, noCapturePromote >::generatePieceUnsafe ( const NumEffectState & state,
Piece p,
Square target,
Piece p1,
Action & action )
inlinestatic

◆ generatePtype() [1/2]

template<class Action , bool noCapturePromote = false>
template<Player P, Ptype T>
static void osl::move_generator::PieceOnBoard< Action, noCapturePromote >::generatePtype ( const NumEffectState & state,
Piece p,
Action & action )
inlinestatic

◆ generatePtype() [2/2]

template<class Action , bool noCapturePromote = false>
template<Player P, Ptype T, bool useDirMask>
static void osl::move_generator::PieceOnBoard< Action, noCapturePromote >::generatePtype ( const NumEffectState & state,
Piece p,
Action & action,
int dirMask = 0 )
static

Generate moves without stating the Ptype as template param.

pinの場合はそれに応じた手を生成する

Parameters
T- moveTypeがTの駒
state- 手を作成する局面,手番はPと一致
p- 盤面上に存在するPの駒
action- 手生成用のAction

Referenced by osl::move_generator::PieceOnBoard< Action, noCapturePromote >::generatePtype().

◆ generatePtypeUnsafe() [1/2]

template<class Action , bool noCapturePromote = false>
template<Player P, Ptype T>
static void osl::move_generator::PieceOnBoard< Action, noCapturePromote >::generatePtypeUnsafe ( const NumEffectState & state,
Piece p,
Action & action )
inlinestatic

◆ generatePtypeUnsafe() [2/2]

template<class Action , bool noCapturePromote = false>
template<Player P, Ptype T, bool useDirMask>
static void osl::move_generator::PieceOnBoard< Action, noCapturePromote >::generatePtypeUnsafe ( const NumEffectState & state,
Piece p,
Action & action,
int dirMask )
static

Generate moves without stating the Ptype as template param.

pinでないことが判明している時に呼び出す

Parameters
T- moveTypeがTの駒
state- 手を作成する局面,手番はPと一致
p- 盤面上に存在するPの駒
action- 手生成用のAction

Referenced by osl::move_generator::PieceOnBoard< Action, noCapturePromote >::generatePtypeUnsafe().


The documentation for this struct was generated from the following files: