class XGSizeArray

Declared in <XDynArray.h>

This deals with arrays of objects which have no constructors, no virtual tables, no destructors, and default copy semantics. In short, this deals with simple objects


Message dispatch

XGSizeArray::XGSizeArray
XGSizeArray::~XGSizeArray


Message dispatch

XGSizeArray::XGSizeArray

Usage: void XGSend::SendMessage(long msg,long arg,void*parg)

Creates an empty array of memory.

XGSizeArray::~XGSizeArray

Usage: XGSizeArray::~XGSizeArray()

Deletes me and releases the resources without calling any item destructors.