#include <Othello.h>
Inheritance diagram for COthelloMove:
Public Member Functions | |
COthelloMove () | |
COthelloMove. | |
~COthelloMove () | |
~COthelloMove | |
COthelloMove (const COthelloMove &other) | |
COthelloMove. | |
COthelloMove & | operator= (const COthelloMove &other) |
operator = | |
void | SetLocation (uint32 x, uint32 y) |
SetLocation. | |
void | GetLocation (uint32 &x, uint32 &y) const |
GetLocation. | |
void | SetPiece (const COthelloPiece &p) |
SetPiece. | |
COthelloPiece | GetPiece () const |
GetPiece. |
Description: Represents an Othello game move.
Limitations: NONE
|
COthelloMove. Description: Class constructor Limitations: NONE |
|
~COthelloMove Description: Class deconstructor Limitations: NONE |
|
COthelloMove. Description: Copy constructor
|
|
GetLocation. Description: Gets the location of this Othello move.
|
|
GetPiece. Description: Returns the piece that player that made the move.
|
|
operator = Description: Assignment operator
|
|
SetLocation. Description: Sets the location of this Othello move.
|
|
SetPiece. Description: Sets the piece of the player that is making this move.
|