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.
POSITION AddTail( TYPE newElement );
void AddTail( CTypedPtrList<BASE_CLASS, TYPE> *pNewList );
| Header file: | Afxtempl.h |
| Platforms: | |
| Versions: | 1.0 and later |
| Complete documentation: | Visual C++ documentation |
CTypedPtrList Overview, CTypedPtrList Member Functions, Typed Template Collections