CRBTree::CPair Class

A class containing the key and value elements.

class CPair : public __POSITION

Remarks

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.

Requirements

Header: atlcoll.h

See Also

Reference

CRBTree Class

Other Resources

CRBTree Members