R-Type
R-Type project
KapMirror::Array Class Reference

Static Public Member Functions

template<typename T >
static void resizeArray (T *&array, int size, int newSize)
 Resize an array. More...
 
template<typename T >
static T * copyArray (T *array, int size)
 Copy an array. More...
 

Member Function Documentation

◆ copyArray()

template<typename T >
static T* KapMirror::Array::copyArray ( T *  array,
int  size 
)
inlinestatic

Copy an array.

Parameters
arrayArray
sizeSize
Returns
Copy of the array

◆ resizeArray()

template<typename T >
static void KapMirror::Array::resizeArray ( T *&  array,
int  size,
int  newSize 
)
inlinestatic

Resize an array.

Parameters
arrayArray
sizeOld size
newSizeNew size

The documentation for this class was generated from the following file: