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

posに利きをつける手をフィルタ More...

#include <noAddEffectFilter.h>

Collaboration diagram for osl::move_action::NoAddEffectFilter< OrigAction >:
Collaboration graph
[legend]

Public Member Functions

 NoAddEffectFilter (const NumEffectState &s, OrigAction &action, Square target)
 
void simpleMove (Square from, Square to, Ptype ptype, bool isPromote, Player p, Move m)
 
void unknownMove (Square from, Square to, Piece p1, Ptype ptype, bool isPromote, Player p, Move m)
 
void dropMove (Square to, Ptype ptype, Player p, Move m)
 
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)
 

Private Member Functions

 BOOST_CLASS_REQUIRE (OrigAction, osl::move_action, Concept)
 

Private Attributes

const NumEffectState & state
 
OrigAction & action
 
Square target
 

Detailed Description

template<class OrigAction>
class osl::move_action::NoAddEffectFilter< OrigAction >

posに利きをつける手をフィルタ

Definition at line 16 of file noAddEffectFilter.h.

Constructor & Destructor Documentation

template<class OrigAction >
osl::move_action::NoAddEffectFilter< OrigAction >::NoAddEffectFilter ( const NumEffectState &  s,
OrigAction &  action,
Square  target 
)
inline

Definition at line 23 of file noAddEffectFilter.h.

Member Function Documentation

template<class OrigAction >
osl::move_action::NoAddEffectFilter< OrigAction >::BOOST_CLASS_REQUIRE ( OrigAction  ,
osl::move_action  ,
Concept   
)
private
template<class OrigAction >
void osl::move_action::NoAddEffectFilter< OrigAction >::dropMove ( Square  to,
Ptype  ptype,
Player  p,
Move  m 
)
inline
template<class OrigAction >
void osl::move_action::NoAddEffectFilter< OrigAction >::dropMove ( Square  to,
Ptype  ptype,
Player  p 
)
inline
template<class OrigAction >
void osl::move_action::NoAddEffectFilter< OrigAction >::simpleMove ( Square  from,
Square  to,
Ptype  ptype,
bool  isPromote,
Player  p,
Move  m 
)
inline
template<class OrigAction >
void osl::move_action::NoAddEffectFilter< OrigAction >::simpleMove ( Square  from,
Square  to,
Ptype  ptype,
bool  isPromote,
Player  p 
)
inline
template<class OrigAction >
void osl::move_action::NoAddEffectFilter< OrigAction >::unknownMove ( Square  from,
Square  to,
Piece  p1,
Ptype  ptype,
bool  isPromote,
Player  p,
Move  m 
)
inline
template<class OrigAction >
void osl::move_action::NoAddEffectFilter< OrigAction >::unknownMove ( Square  from,
Square  to,
Piece  captured,
Ptype  ptype,
bool  isPromote,
Player  p 
)
inline

Member Data Documentation

template<class OrigAction >
OrigAction& osl::move_action::NoAddEffectFilter< OrigAction >::action
private
template<class OrigAction >
const NumEffectState& osl::move_action::NoAddEffectFilter< OrigAction >::state
private
template<class OrigAction >
Square osl::move_action::NoAddEffectFilter< OrigAction >::target
private

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