KRedBlackTree::RecordType
#include<kmap.h>

List of all members.

Detailed Description

template<typename DATA_TYPE, typename KEY_COMPARE_FUNCTOR, typename ALLOCATOR>
class KRedBlackTree<DATA_TYPE, KEY_COMPARE_FUNCTOR, ALLOCATOR>::RecordType

This class represents a node in the tree.

It contains the key, the value, and internal tree management data.

Definition at line284of filekmap.h.