|
ORIGINAL
|
Red-Black Tree implementation header. More...


Go to the source code of this file.
Classes | |
| class | original::RBTree< K_TYPE, V_TYPE, ALLOC, Compare > |
| Red-Black Tree container implementation. More... | |
| class | original::RBTree< K_TYPE, V_TYPE, ALLOC, Compare >::RBNode |
| Internal node class for Red-Black Tree. More... | |
| class | original::RBTree< K_TYPE, V_TYPE, ALLOC, Compare >::Iterator |
| Bidirectional iterator for RBTree. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
Red-Black Tree implementation header.
Provides a template-based Red-Black Tree implementation with: