Function CSPPtr<T>::New()

Description:
Creates a new object of type T points the contained pointer to it.

Micronovae Prototype:
void New();

Arguments:
No arguments (void).

Return value:
No return value (void).

Examples:
CSPPtr<char> sp;
sp.New();
...
sp.Free();

See also:
member functions Free(), New( const T& )
CSPPtr<T> | Template classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com