Public Member Functions | |
DoUndoHelper (State &s, int level) | |
void | operator() (Square p) |
DoUndoHelper (State &s, int level) | |
void | operator() (Square p) |
Public Attributes | |
State & | state |
int | level |
Move | move |
Definition at line 46 of file checkMovePerf.cc.
DoUndoHelper< State, P, isAttack, withEffect >::DoUndoHelper | ( | State & | s, |
int | level | ||
) | [inline] |
Definition at line 52 of file checkMovePerf.cc.
DoUndoHelper< State, P, isAttack, withEffect >::DoUndoHelper | ( | State & | s, |
int | level | ||
) | [inline] |
Definition at line 52 of file simpleMovePerf.cc.
void DoUndoHelper< State, P, isAttack, withEffect >::operator() | ( | Square | p | ) | [inline] |
Definition at line 53 of file simpleMovePerf.cc.
void DoUndoHelper< State, P, isAttack, withEffect >::operator() | ( | Square | p | ) | [inline] |
Definition at line 53 of file checkMovePerf.cc.
int DoUndoHelper< State, P, isAttack, withEffect >::level |
Definition at line 49 of file checkMovePerf.cc.
Move DoUndoHelper< State, P, isAttack, withEffect >::move |
Definition at line 50 of file checkMovePerf.cc.
State & DoUndoHelper< State, P, isAttack, withEffect >::state |
Definition at line 48 of file checkMovePerf.cc.