CTypedPtrArray::SetAtGrow

void SetAtGrow( int nIndex, TYPE newElement );

Parameters

nIndex

An integer index that is greater than or equal to 0.

TYPE

Type of the elements stored in the base-class array.

newElement

The object pointer to be added to this array. A NULL value is allowed.

Remarks

This member function calls BASE_CLASS::SetAtGrow. For more detailed remarks, see CObArray::SetAtGrow.

CTypedPtrArray OverviewClass MembersHierarchy Chart