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.
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 |
void GetNextAssoc( POSITION& rPosition, KEY& rKey, VALUE& rValue ) const;
CMapStringToOb::GetNextAssoc, CMapStringToOb::GetStartPosition