CTypedPtrList::AddTail

Call this member function to add elements to the head of the list. The first version adds a new element after the tail of the list. The second version adds another list of elements after the tail.

Syntax

POSITION AddTail( TYPE newElement );

void AddTail( CTypedPtrList<BASE_CLASS, TYPE> *pNewList );

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CTypedPtrList Overview, CTypedPtrList Member Functions, Typed Template Collections