CMap::GetNextAssoc

Call this member function to retrieve the map element at rNextPosition, and update rNextPosition to refer to the next element in the map.

Syntax

void GetNextAssoc( POSITION& rNextPosition, KEY& rKey, VALUE& rValue ) const;

At a Glance

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

See Also

CMap Overview, CMap Member Functions, Map Classes, CMap::GetStartPosition