Function CSPArray<T>::GetPtr()

Description:
Retrieves a pointer to the memory of the array.

Prototype:
T* GetPtr() const;

Arguments:
No arguments (void).

Return value:
The pointer to the array's memory.

Examples:
CSPArray<T> A;
...
char* p = A.GetPtr();

See also:
member function operator T* ()
CSPArray<T> | Template classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd