|
| 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...
|
| |
◆ copyArray()
template<typename T >
| static T* KapMirror::Array::copyArray |
( |
T * |
array, |
|
|
int |
size |
|
) |
| |
|
inlinestatic |
Copy an array.
- Parameters
-
- 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
-
| array | Array |
| size | Old size |
| newSize | New size |
The documentation for this class was generated from the following file: