Function CSPArray<T>::Grow()

Description:
Increases the size of the array by a specified number of T objects.

Prototype:
void Grow(unsigned long ulSize);

Arguments:
  • unsigned long ulSize [IN]
    The size, in units of type T, that the array will grow by.



Return value:
No return value (void).

Remarks:
The size of the array is increased without affecting the content.

See also:
member functions Shrink(), GetSize(), SetSize(), Resize(), Empty()
CSPArray<T> | Template classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd