All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Static Public Member Functions
osl::effect::ApplyDoUndoCaptureMove< P, SignatureEffect< BaseState > > Struct Template Reference

#include <signatureEffect.h>

List of all members.

Public Types

typedef SignatureEffect
< 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)

Detailed Description

template<Player P, typename BaseState>
struct osl::effect::ApplyDoUndoCaptureMove< P, SignatureEffect< BaseState > >

Definition at line 107 of file signatureEffect.h.


Member Typedef Documentation

template<Player P, typename BaseState >
typedef SignatureEffect<BaseState> osl::effect::ApplyDoUndoCaptureMove< P, SignatureEffect< BaseState > >::state_t

Definition at line 109 of file signatureEffect.h.


Member Function Documentation

template<Player P, typename BaseState >
template<typename F >
static void osl::effect::ApplyDoUndoCaptureMove< P, SignatureEffect< BaseState > >::doUndoCaptureMove ( state_t s,
Square  from,
Square  to,
Piece  p1,
int  promoteMask,
F &  func 
) [inline, static]

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines