Call this member function to add a new element or list of elements to the tail of this list. The list can be empty before the operation.
POSITION AddTail( CObject* newElement );
throw( CMemoryException );
void AddTail( CObList* pNewList );
throw( CMemoryException );
Header file: | Afxcoll.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CObList Overview, CObList Member Functions, List Classes, CObList::GetTail, CObList::RemoveTail