Function CSPArray<T>::SetSize()

Description:
Changes the size of the array, discarding any content.

Prototype:
void SetSize(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).

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

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd