All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Static Public Member Functions | List of all members
osl::effect::ApplyDoUndoSimpleMove< P, BoardBitEffect< BaseState > > Struct Template Reference

#include <boardBitEffect.h>

Public Types

typedef BoardBitEffect< BaseState > state_t
 

Static Public Member Functions

template<typename F >
static void doUndoSimpleMove (state_t &s, Square from, Square to, int promoteMask, F &func)
 

Detailed Description

template<Player P, typename BaseState>
struct osl::effect::ApplyDoUndoSimpleMove< P, BoardBitEffect< BaseState > >

Definition at line 40 of file boardBitEffect.h.

Member Typedef Documentation

template<Player P, typename BaseState >
typedef BoardBitEffect<BaseState> osl::effect::ApplyDoUndoSimpleMove< P, BoardBitEffect< BaseState > >::state_t

Definition at line 42 of file boardBitEffect.h.

Member Function Documentation

template<Player P, typename BaseState >
template<typename F >
static void osl::effect::ApplyDoUndoSimpleMove< P, BoardBitEffect< BaseState > >::doUndoSimpleMove ( state_t s,
Square  from,
Square  to,
int  promoteMask,
F &  func 
)
inlinestatic

Definition at line 44 of file boardBitEffect.h.

References osl::effect::BoardBitEffect< State >::emptyMask.


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