All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
osl::move_generator::without_effect::LongPieceAction< P, T, Action, isAttackToKing > Class Template Reference

足の長い駒による利きの生成用 Functor More...

Collaboration diagram for osl::move_generator::without_effect::LongPieceAction< P, T, Action, isAttackToKing >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LongPieceAction (const NumEffectState &s, Square p, Action &a, NearMask n)
void operator() (Piece p)
 forEachOnBoardから呼ばれる

Private Attributes

const NumEffectState & state
Square target
Action & action
NearMask nearMask

Detailed Description

template<Player P, Ptype T, class Action, bool isAttackToKing>
class osl::move_generator::without_effect::LongPieceAction< P, T, Action, isAttackToKing >

足の長い駒による利きの生成用 Functor

Definition at line 382 of file addEffect_.tcc.


Constructor & Destructor Documentation

template<Player P, Ptype T, class Action , bool isAttackToKing>
osl::move_generator::without_effect::LongPieceAction< P, T, Action, isAttackToKing >::LongPieceAction ( const NumEffectState &  s,
Square  p,
Action &  a,
NearMask  n 
) [inline]

Definition at line 389 of file addEffect_.tcc.


Member Function Documentation

template<Player P, Ptype T, class Action , bool isAttackToKing>
void osl::move_generator::without_effect::LongPieceAction< P, T, Action, isAttackToKing >::operator() ( Piece  p) [inline]

Member Data Documentation

template<Player P, Ptype T, class Action , bool isAttackToKing>
Action& osl::move_generator::without_effect::LongPieceAction< P, T, Action, isAttackToKing >::action [private]
template<Player P, Ptype T, class Action , bool isAttackToKing>
NearMask osl::move_generator::without_effect::LongPieceAction< P, T, Action, isAttackToKing >::nearMask [private]
template<Player P, Ptype T, class Action , bool isAttackToKing>
const NumEffectState& osl::move_generator::without_effect::LongPieceAction< P, T, Action, isAttackToKing >::state [private]
template<Player P, Ptype T, class Action , bool isAttackToKing>
Square osl::move_generator::without_effect::LongPieceAction< P, T, Action, isAttackToKing >::target [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines