Function CSPArray<T>::Resize()

Description:
Changes the size of the buffer, trying to keep the content as unaffected as possible.

Prototype:
void Resize(unsigned long ulSize);

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



Return value:
No return value (void).

Remarks:
If the new size is greater than the current, the content is not affected at all. If the new size is less than the current, the content is truncated.

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

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd