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


CRBTree::CPair Class

A class containing the key and value elements.

class CPair : public __POSITION

Заметки

This class is used by the methods CRBTree::GetAt, CRBTree::GetNext, and CRBTree::GetPrev to access the key and value elements stored in the tree structure.

The members are as follows:

m_key

The data member storing the key element.

m_value

The data member storing the value element.

Требования

Header: atlcoll.h

См. также

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

CRBTree Class

CRBTree Members