torque Torque Game Engine Documentation
CVS Revision Label 1.3.x

tVector.h File Reference

#include "platform/platform.h"

Defines

#define VectorBlockSize   16
 Size of memory blocks to allocate at a time for vectors.
#define VECTOR_SET_ASSOCIATION(x)
 Use the following macro to bind a vector to a particular line of the owning class for memory tracking purposes.

Functions

bool VectorResize (U32 *aSize, U32 *aCount, void **arrayPtr, U32 newCount, U32 elemSize)


Define Documentation

#define VectorBlockSize   16
 

Size of memory blocks to allocate at a time for vectors.

#define VECTOR_SET_ASSOCIATION x   ) 
 

Use the following macro to bind a vector to a particular line of the owning class for memory tracking purposes.


Function Documentation

bool VectorResize U32 aSize,
U32 aCount,
void **  arrayPtr,
U32  newCount,
U32  elemSize
 




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen