CTypedPtrArray::Append

int Append( const CTypedPtrArray<BASE_CLASS, TYPE>& src );

Return Value

The index of the first appended element.

Parameters

BASE_CLASS

Base class of the typed pointer array class; must be an array class (CObArray or CPtrArray).

TYPE

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

src

Source of the elements to be appended to an array.

Remarks

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

CTypedPtrArray OverviewClass MembersHierarchy Chart