CTypedPtrMap::GetNextAssoc

This method retrieves the map element at rNextPosition, and then updates rNextPosition to refer to the next element in the map. This method is most useful for iterating through all the elements in the map.

At a Glance

Header file: Afxtempl.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

See Also

CMapStringToOb::GetNextAssoc, CMapStringToOb::GetStartPosition