CList::GetHead

Call this member function to retrieve the head element (or a reference to the head element) of this list.

Syntax

TYPE& GetHead( );

TYPE GetHead( ) const;

At A Glance

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

See Also

CList Overview, CList Member Functions, List Classes, CList::GetTail, CList::GetTailPosition, CList::AddHead, CList::RemoveHead