共用方式為


CRBTree::GetPrev

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

參數

傳回值

傳回指向儲存在樹狀 CPair 先前儲存的值。

備註

更新目前的位置計數器, pos。 如果沒有在樹狀目錄中不輸入位置,計數器設定為 null。

需求

Header: atlcoll.h

請參閱

參考

CRBTree 類別

CRBTree::GetNext