All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
osl::move_action::ToAroundKing8Filter< P, OrigAction > Struct Template Reference

自玉の 8近傍への手 More...

#include <toAroundKing8Filter.h>

Inheritance diagram for osl::move_action::ToAroundKing8Filter< P, OrigAction >:
Inheritance graph
[legend]
Collaboration diagram for osl::move_action::ToAroundKing8Filter< P, OrigAction >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BOOST_CLASS_REQUIRE (OrigAction, osl::move_action, Concept)
 ToAroundKing8Filter (const NumEffectState &s, OrigAction &action)
bool isToAroundKing8Move (Square to)
void simpleMove (Square from, Square to, Ptype ptype, bool isPromote, Player p, Move m)
 コマをとらないMove
void unknownMove (Square from, Square to, Piece p1, Ptype ptype, bool isPromote, Player p, Move m)
 コマを取るかもしれない Move
void dropMove (Square to, Ptype ptype, Player p, Move m)
 dropMoveが自殺手になることはない
void simpleMove (Square from, Square to, Ptype ptype, bool isPromote, Player p)
void unknownMove (Square from, Square to, Piece captured, Ptype ptype, bool isPromote, Player p)
void dropMove (Square to, Ptype ptype, Player p)

Public Attributes

const NumEffectState & state
OrigAction & action
Square position_king

Detailed Description

template<Player P, class OrigAction>
struct osl::move_action::ToAroundKing8Filter< P, OrigAction >

自玉の 8近傍への手

Definition at line 23 of file toAroundKing8Filter.h.


Constructor & Destructor Documentation

template<Player P, class OrigAction >
osl::move_action::ToAroundKing8Filter< P, OrigAction >::ToAroundKing8Filter ( const NumEffectState &  s,
OrigAction &  action 
) [inline]

Definition at line 31 of file toAroundKing8Filter.h.


Member Function Documentation

template<Player P, class OrigAction >
osl::move_action::ToAroundKing8Filter< P, OrigAction >::BOOST_CLASS_REQUIRE ( OrigAction  ,
osl::move_action  ,
Concept   
)
template<Player P, class OrigAction >
void osl::move_action::ToAroundKing8Filter< P, OrigAction >::dropMove ( Square  to,
Ptype  ptype,
Player  p,
Move  m 
) [inline]
template<Player P, class OrigAction >
void osl::move_action::ToAroundKing8Filter< P, OrigAction >::dropMove ( Square  to,
Ptype  ptype,
Player  p 
) [inline]
template<Player P, class OrigAction >
bool osl::move_action::ToAroundKing8Filter< P, OrigAction >::isToAroundKing8Move ( Square  to) [inline]
template<Player P, class OrigAction >
void osl::move_action::ToAroundKing8Filter< P, OrigAction >::simpleMove ( Square  from,
Square  to,
Ptype  ptype,
bool  isPromote,
Player  p,
Move  move 
) [inline]
template<Player P, class OrigAction >
void osl::move_action::ToAroundKing8Filter< P, OrigAction >::simpleMove ( Square  from,
Square  to,
Ptype  ptype,
bool  isPromote,
Player  p 
) [inline]
template<Player P, class OrigAction >
void osl::move_action::ToAroundKing8Filter< P, OrigAction >::unknownMove ( Square  from,
Square  to,
Piece  captured,
Ptype  ptype,
bool  isPromote,
Player  p,
Move  move 
) [inline]
template<Player P, class OrigAction >
void osl::move_action::ToAroundKing8Filter< P, OrigAction >::unknownMove ( Square  from,
Square  to,
Piece  captured,
Ptype  ptype,
bool  isPromote,
Player  p 
) [inline]

Member Data Documentation

template<Player P, class OrigAction >
OrigAction& osl::move_action::ToAroundKing8Filter< P, OrigAction >::action
template<Player P, class OrigAction >
Square osl::move_action::ToAroundKing8Filter< P, OrigAction >::position_king
template<Player P, class OrigAction >
const NumEffectState& osl::move_action::ToAroundKing8Filter< P, OrigAction >::state

Definition at line 26 of file toAroundKing8Filter.h.


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