#include <Move.h>
Inheritance diagram for CMove:
Public Member Functions | |
virtual | ~CMove () |
~CMove | |
uint32 | GetSize () const |
GetSize. | |
void | SetCEID (CEID id) |
SetCEID. | |
CEID | GetCEID () const |
GetCEID. | |
Protected Member Functions | |
CMove () | |
CMove. | |
void | SetSize (uint32 size) |
SetSize. |
Description: Generic move class to be the base class of all move types.
Limitations: The size member variable needs to contain an accurate value of the size of the object so that copying of the derived objects will work correctly.
|
~CMove Description: Class deconstructor Limitations: NONE |
|
CMove. Description: Class constructor Limitations: NONE |
|
GetCEID. Description: Returns the CEID of the player who is playing this move.
|
|
GetSize. Description: Returns the size in bytes of this object.
|
|
SetCEID. Description: Sets the CEID of the player who is playing this move.
|
|
SetSize. Description: Sets the size in bytes of this object.
|