#include <safeDropMajorPiece.h>
Static Public メソッド | |
template<class Action > | |
static void | generate (const NumEffectState &state, Action &action) |
template<size_t Capacity> | |
static void | generateMoves (const NumEffectState &state, FixedCapacityVector< Move, Capacity > &out) |
safeDropMajorPiece.h の 12 行で定義されています。
static void osl::move_generator::SafeDropMajorPiece< P >::generate | ( | const NumEffectState & | state, | |
Action & | action | |||
) | [inline, static] |
safeDropMajorPiece.h の 15 行で定義されています。
参照先 osl::alt(), osl::BISHOP, osl::BLACK, と osl::ROOK.
参照元 osl::move_generator::SafeDropMajorPiece< P >::generateMoves().
static void osl::move_generator::SafeDropMajorPiece< P >::generateMoves | ( | const NumEffectState & | state, | |
FixedCapacityVector< Move, Capacity > & | out | |||
) | [inline, static] |
safeDropMajorPiece.h の 49 行で定義されています。
参照先 osl::move_generator::SafeDropMajorPiece< P >::generate(), と store().