CRBTree Members
Methods
The destructor. |
|
Call this method to find the position of the element that uses the next available key. |
|
Call this method to get the element at a given position in the tree. |
|
Call this method to get the number of elements in the tree. |
|
Call this method to get the position value for the element at the head of the tree. |
|
Call this method to get the key from a given position in the tree. |
|
Call this method to obtain a pointer to an element stored in the CRBTree object, and advance the position to the next element. |
|
Call this method to get the key and value of an element stored in the map and advance the position to the next element. |
|
Call this method to get the key of an element stored in the tree and advance the position to the next element. |
|
Call this method to get the value of an element stored in the tree and advance the position to the next element. |
|
Call this method to obtain a pointer to an element stored in the CRBTree object, and then update the position to the previous element. |
|
Call this method to get the position value for the element at the tail of the tree. |
|
Call this method to retrieve the value stored at a given position in the CRBTree object. |
|
Call this method to test for an empty tree object. |
|
Call this method to remove all elements from the CRBTree object. |
|
Call this method to remove the element at the given position in the CRBTree object. |
|
Call this method to change the value stored at a given position in the CRBTree object. |
Typedefs
Type used when a key is passed as an input argument. |
|
Type used when a key is returned as an output argument. |
|
Type used when a value is passed as an input argument. |
|
Type used when a value is passed as an output argument. |
Classes
A class containing the key and value elements. |