Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Appends a list of nodes to the end of the list.
BOOL AddTail( CBaseList * pList );
Parameters
Return Values
No return value.
Remarks
This member function duplicates all the nodes in pList(that is, duplicates all its pointers to objects). It does not duplicate the objects. Existing positions in the list remain valid.