Поделиться через


CRBTree::GetNextKey

Call this method to get the key of an element stored in the tree and advance the position to the next element.

const K& GetNextKey(
   POSITION& pos 
) const throw( );

Параметры

Возвращаемое значение

Returns a reference to the next key in the tree.

Заметки

Updates the current position counter, pos. If there are no more entries in the tree, the position counter is set to NULL.

Требования

Header: atlcoll.h

См. также

Основные понятия

CRBTree Class

CRBTree Members

CRBTree::FindFirstKeyAfter

CRBTree::GetNextValue