#include <boardBitEffect.h>
Public Types | |
| typedef BoardBitEffect< BaseState > | state_t |
Static Public Member Functions | |
| template<typename F > | |
| static void | doUndoDropMove (state_t &s, Square to, Ptype ptype, F &func) |
Definition at line 54 of file boardBitEffect.h.
| typedef BoardBitEffect<BaseState> osl::effect::ApplyDoUndoDropMove< P, BoardBitEffect< BaseState > >::state_t |
Definition at line 56 of file boardBitEffect.h.
| static void osl::effect::ApplyDoUndoDropMove< P, BoardBitEffect< BaseState > >::doUndoDropMove | ( | state_t & | s, |
| Square | to, | ||
| Ptype | ptype, | ||
| F & | func | ||
| ) | [inline, static] |
Definition at line 58 of file boardBitEffect.h.
References osl::effect::BoardBitEffect< State >::emptyMask.
1.7.6.1