summaryrefslogtreecommitdiff
path: root/ace/RB_Tree.h
Commit message (Expand)AuthorAgeFilesLines
* Added test, less than functor, better comments, etc. to RB_Tree classcdgill1998-11-161-49/+71
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-10-201-2/+2
* Basic_Types.hschmidt1998-10-171-1/+1
* .schmidt1998-10-141-107/+103
* Try to put enum into a class again. This time, created a dummy basejxh1998-05-301-3/+9
* (RB_Tree_Iterator::operator =): added explicit return type to thelevine1998-05-301-2/+2
* move enum RB_Tree_Node_Color out of the (template) class declaration because ...levine1998-05-301-3/+1
* Internalized RED and BLACK. Some minor changes related to this.jxh1998-05-301-3/+3
* Added changes to RB_Tree to enable overloading of the comparison method.jxh1998-05-291-10/+13
* first revision of Red-Black Tree data structure implementationcdgill1998-05-111-0/+248