CRBTree::GetPrev
调用此方法获取指向在 CRBTree 对象存储的组件,然后更新该位置到以前的元素。
const CPair* GetPrev(
POSITION& pos
) const throw( );
CPair* GetPrev(
POSITION& pos
) throw( );
参数
- pos
位置计数器,返回以前调用了方法(如 CRBTree::GetHeadPosition 或 CRBTree::FindFirstKeyAfter。
返回值
返回指向在树中存储的前面 CPair 值。
备注
更新当前位置计数器,pos。如果不再有要在树的非项,位置计数器设置为NULL。
要求
Header: atlcoll.h