All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Member Functions | Private Attributes | List of all members
osl::effect_action::SimpleMove< Action > Class Template Reference

駒を取らないことが前提 More...

#include <simpleMove.h>

Public Member Functions

 SimpleMove (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::SimpleMove< Action >

駒を取らないことが前提

Definition at line 15 of file simpleMove.h.

Constructor & Destructor Documentation

template<class Action >
osl::effect_action::SimpleMove< Action >::SimpleMove ( Action &  a)
inline

Definition at line 21 of file simpleMove.h.

Member Function Documentation

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

Definition at line 59 of file simpleMove.h.

Member Data Documentation

template<class Action >
Action& osl::effect_action::SimpleMove< Action >::ac
private

The documentation for this class was generated from the following file: