Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

COthelloPiece Class Reference

COthelloPiece. More...

#include <Othello.h>

Inheritance diagram for COthelloPiece:

CPiece List of all members.

Public Member Functions

 COthelloPiece ()
 COthelloPiece.
 ~COthelloPiece ()
 COthelloPiece.
 COthelloPiece (const COthelloPiece &other)
 COthelloPiece.
COthelloPieceoperator= (const COthelloPiece &other)
 COthelloPiece.
TYPE GetType () const
 GetType.
void SetType (TYPE)
 SetType.

Detailed Description

COthelloPiece.

Description: Represents a piece on an Othello game board.

Limitations: NONE


Constructor & Destructor Documentation

COthelloPiece::COthelloPiece  )  [inline]
 

COthelloPiece.

Description: Class constructor

Limitations: NONE

COthelloPiece::~COthelloPiece  )  [inline]
 

COthelloPiece.

Description: Class deconstructor

Limitations: NONE

COthelloPiece::COthelloPiece const COthelloPiece other  ) 
 

COthelloPiece.

Description: Copy constructor

Parameters:
other is the COthelloPiece object to copy.
Limitations: NONE


Member Function Documentation

COthelloPiece::TYPE COthelloPiece::GetType  )  const [inline]
 

GetType.

Description: Returns the type of this piece.

Returns:
The type of this piece
Limitations: NONE

COthelloPiece & COthelloPiece::operator= const COthelloPiece other  ) 
 

COthelloPiece.

Description: Assignment operator

Parameters:
other is the COthelloPiece object to assign to this one.
Limitations: NONE

void COthelloPiece::SetType COthelloPiece::TYPE  type  )  [inline]
 

SetType.

Description: Sets the type of this piece.

Parameters:
type is the piece type to set.
Returns:
void
Limitations: NONE


The documentation for this class was generated from the following files:
Copyright (c) 2005 Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brain Shaver

SourceForge.net Logo