CTypedPtrList::GetAt

Call this member function to retrieve the CObject pointer associated with a given position.

Syntax

TYPE& GetAt( POSITION position );

TYPE GetAt( POSITION position ) const;

At a Glance

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

See Also

CTypedPtrList Overview, CTypedPtrList Member Functions, Typed Template Collections, CObList::GetAt