#include <FCSDebugMove.h>
Inheritance diagram for FCSDebugMoveStack:

Public Member Functions | |
| FCSDebugMoveStack () | |
| Constructor. | |
| virtual | ~FCSDebugMoveStack () |
| Destructor. | |
| FCSMoveStack * | Copy () |
| Make a new copy of the move stack. | |
| void | Push (FCSMove *Move) |
| Push a move onto the stack. | |
| int | Pop (FCSMove **Move) |
| Pop a move off the stack. | |
Protected Attributes | |
| FCSDebugMove * | m_Moves |
| Moves in the stack. | |
Definition at line 140 of file FCSDebugMove.h.
|
|
Implements FCSMoveStack. Definition at line 130 of file FCSDebugMove.cpp. References FCSDebugMove::Copy(), FCSDebugMoveStack(), FCSMoveStack::m_MaxNumberOfMoves, m_Moves, and FCSMoveStack::m_NumberOfMoves. |
|
|
Implements FCSMoveStack. Definition at line 154 of file FCSDebugMove.cpp. References m_Moves, and FCSMoveStack::m_NumberOfMoves. |
|
|
Implements FCSMoveStack. Definition at line 142 of file FCSDebugMove.cpp. References FCSDebugMove::Copy(), FCS_MOVE_STACK_GROW_BY, FCSMoveStack::m_MaxNumberOfMoves, m_Moves, FCSMoveStack::m_NumberOfMoves, and max. |
1.4.4