#include <boardBitEffect.h>
Public Types | |
| typedef BoardBitEffect< BaseState > | state_t |
Static Public Member Functions | |
| template<typename F > | |
| static void | doUndoCaptureMove (state_t &s, Square from, Square to, Piece p1, int promoteMask, F &func) |
Definition at line 68 of file boardBitEffect.h.
| typedef BoardBitEffect<BaseState> osl::effect::ApplyDoUndoCaptureMove< P, BoardBitEffect< BaseState > >::state_t |
Definition at line 70 of file boardBitEffect.h.
| static void osl::effect::ApplyDoUndoCaptureMove< P, BoardBitEffect< BaseState > >::doUndoCaptureMove | ( | state_t & | s, |
| Square | from, | ||
| Square | to, | ||
| Piece | p1, | ||
| int | promoteMask, | ||
| F & | func | ||
| ) | [inline, static] |
Definition at line 72 of file boardBitEffect.h.
References osl::effect::BoardBitEffect< State >::emptyMask.
1.7.6.1