CRBMultiMap Members

Methods

CRBMultiMap

The constructor.

~CRBMultiMap

The destructor.

FindFirstWithKey

Call this method to find the position of the first element with a given key.

GetNextValueWithKey

Call this method to get the value associated with a given key, and update the position value.

GetNextWithKey

Call this method to get the element associated with a given key, and update the position value.

Insert

Call this method to insert an element pair into the map.

RemoveKey

Call this method to remove all of the key/value elements for a given key.

See the documentation for the base class CRBTree for information on the other methods available.

See Also

Reference

CRBMultiMap Class

Other Resources

CRBTree Members