CRBTree::GetPrev

 

语法

      const CPair* GetPrev(
   POSITION& pos 
) const throw( );
CPair* GetPrev(
   POSITION& pos 
) throw( );

参数

返回值

返回指向在树中存储的前面 CPair 值。

备注

更新当前位置计数器,pos。如果不再有要在树的非项,位置计数器设置为NULL。

要求

Header: atlcoll.h

请参阅

CRBTree Class
CRBTree::GetNext