#include <Backgammon.h>
Inheritance diagram for CBGPiece:
Public Member Functions | |
CBGPiece () | |
CBGPiece. | |
CBGPiece (const CBGPiece &p) | |
CBGPiece. | |
CBGPiece (COLOR color) | |
CBGPiece. | |
~CBGPiece () | |
~CBGPiece | |
void | operator= (const CBGPiece::COLOR &color) |
operator = | |
void | operator= (const CBGPiece &p) |
operator = | |
bool | operator== (const CBGPiece &p) const |
operator == | |
bool | operator!= (const CBGPiece &p) const |
operator != | |
bool | operator== (const CBGPiece::COLOR &color) const |
operator == | |
bool | operator!= (const CBGPiece::COLOR &color) const |
operator != | |
void | SetColor (COLOR color) |
SetColor. | |
COLOR | GetColor () const |
GetColor. |
Description: Backgammon checker
Limitations: NONE
|
CBGPiece. Description: Class constructor Limitations: NONE |
|
CBGPiece. Description: Class copy constructor
|
|
CBGPiece. Description: Class constructor
|
|
~CBGPiece Description: Class deconstructor Limitations: NONE |
|
GetColor. Description: Gets the color of this piece.
|
|
operator != Description: Not-Equiv. operator. Returns true if the pieces are not the same.
|
|
operator != Description: Not-Equiv. operator. Returns true if the pieces are not the same.
|
|
operator = Description: Assignment operator
|
|
operator = Description: Assignment operator
|
|
operator == Description: Equivalence operator. Returns true if the pieces are the same.
|
|
operator == Description: Equivalence operator. Returns true if the pieces are the same.
|
|
SetColor. Description: Sets the color of this piece.
|