#include <Backgammon.h>
Inheritance diagram for CBGPlayerTurn:

Public Member Functions | |
| CBGPlayerTurn () | |
| CBGPlayerTurn. | |
| CBGPlayerTurn (const CBGPlayerTurn &pt) | |
| CBGPlayerTurn. | |
| ~CBGPlayerTurn () | |
| ~CBGPlayerTurn | |
| void | SetPiece (CBGPiece p) |
| SetPiece. | |
| CBGPiece | GetPiece () const |
| GetPiece. | |
| void | SetRoll (uint32 r1, uint32 r2) |
| SetRoll. | |
| void | GetRoll (uint32 &r1, uint32 &r2) |
| GetRoll. | |
| void | operator= (const CBGPlayerTurn &pt) |
| operator = | |
Description: Backgammon player turn. Contains the piece of the player that is to play and that player's roll.
Limitations: NONE
|
|
CBGPlayerTurn. Description: Class constrcutor Limitations: NONE |
|
|
CBGPlayerTurn. Description: Class copy constrcutor
|
|
|
~CBGPlayerTurn Description: Class deconstrcutor Limitations: NONE |
|
|
GetPiece. Description: Gets the piece of the player turn.
|
|
||||||||||||
|
GetRoll. Description: Gets the roll of the player turn.
|
|
|
operator = Description: Assignment operator
|
|
|
SetPiece. Description: Sets the piece of the player turn.
|
|
||||||||||||
|
SetRoll. Description: Sets the roll of the player turn.
|