CAtlMap::GetNextValue

调用此方法获取 CAtlMap 对象的下一个值。

V& GetNextValue( 
   POSITION& pos  
) throw( ); 
const V& GetNextValue( 
   POSITION& pos  
) const throw( );

参数

返回值

返回对映射的下一个值。

备注

更新当前位置计数器,pos。 如果不再有要在映射中未项,位置计数器设置为NULL。

示例

CAtlMap::CAtlMap参见示例。

要求

Header: atlcoll.h

请参见

参考

CAtlMap Class

CAtlMap::GetNext

CAtlMap::GetNextKey

CAtlMap::GetNextAssoc