#include <Othello.h>
Inheritance diagram for COthelloPiece:
Public Member Functions | |
COthelloPiece () | |
COthelloPiece. | |
~COthelloPiece () | |
COthelloPiece. | |
COthelloPiece (const COthelloPiece &other) | |
COthelloPiece. | |
COthelloPiece & | operator= (const COthelloPiece &other) |
COthelloPiece. | |
TYPE | GetType () const |
GetType. | |
void | SetType (TYPE) |
SetType. |
Description: Represents a piece on an Othello game board.
Limitations: NONE
|
COthelloPiece. Description: Class constructor Limitations: NONE |
|
COthelloPiece. Description: Class deconstructor Limitations: NONE |
|
COthelloPiece. Description: Copy constructor
|
|
GetType. Description: Returns the type of this piece.
|
|
COthelloPiece. Description: Assignment operator
|
|
SetType. Description: Sets the type of this piece.
|