CTypedPtrList::AddTail

This method adds elements to the head of the list. The first implementation adds a new element after the tail of the list. The second implementation adds another list of elements after the tail.

At a Glance

Header file: Afxtempl.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

POSITION AddTail( TYPE newElement );

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