CObList::GetTail

Call this member function to retrieve the CObject pointer that represents the tail element of this list.

Syntax

CObject*& GetTail( );

CObject* GetTail( ) const;

At a Glance

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

See Also

CObList Overview, CObList Member Functions, List Classes, CObList::AddTail, CObList::AddHead, CObList::RemoveHead, CObList::GetHead