#include <Packable.h>
Inheritance diagram for IPackable:
Public Member Functions | |
virtual bool | Pack (int8 *ptr, uint32 &size) const =0 |
Pack. | |
virtual bool | UnPack (const int8 *ptr, const uint32 size)=0 |
UnPack. |
Description: Describes a interface to a class that can pack and unpack itself into a buffer.
Limitations: NONE
|
Pack. Description: Packs this object into a linear buffer.
Implemented in CPlayerPiece. |
|
UnPack. Description: Unpacks the buffer and sets its contents to this object so that this object contains the data from the buffer.
Implemented in CPlayerPiece. |