All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
osl::effect_action::SimpleBetterToPromote< Action > Class Template Reference

promote可能な場合は promoteしない手は生成しない More...

#include <simpleBetterToPromote.h>

List of all members.

Public Member Functions

 SimpleBetterToPromote (Action &a)
template<Player P, Ptype Type>
void doActionPtype (Piece p1, Square to)
template<Player P>
void doAction (Piece p1, Square to)
bool done () const

Private Member Functions

 BOOST_CLASS_REQUIRE (Action, osl::move_action, Concept)

Private Attributes

Action & ac

Detailed Description

template<class Action>
class osl::effect_action::SimpleBetterToPromote< Action >

promote可能な場合は promoteしない手は生成しない

Definition at line 13 of file simpleBetterToPromote.h.


Constructor & Destructor Documentation

template<class Action >
osl::effect_action::SimpleBetterToPromote< Action >::SimpleBetterToPromote ( Action &  a) [inline]

Definition at line 19 of file simpleBetterToPromote.h.


Member Function Documentation

template<class Action >
osl::effect_action::SimpleBetterToPromote< Action >::BOOST_CLASS_REQUIRE ( Action  ,
osl::move_action  ,
Concept   
) [private]
template<class Action >
template<Player P>
void osl::effect_action::SimpleBetterToPromote< Action >::doAction ( Piece  p1,
Square  to 
) [inline]
template<class Action >
template<Player P, Ptype Type>
void osl::effect_action::SimpleBetterToPromote< Action >::doActionPtype ( Piece  p1,
Square  to 
) [inline]
template<class Action >
bool osl::effect_action::SimpleBetterToPromote< Action >::done ( ) const [inline]

Definition at line 38 of file simpleBetterToPromote.h.


Member Data Documentation

template<class Action >
Action& osl::effect_action::SimpleBetterToPromote< Action >::ac [private]

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