summaryrefslogtreecommitdiff
path: root/ace/RB_Tree.h
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs....schmidt1999-07-311-1/+1
* moved next method from base RB tree iterator class to derived classescdgill1999-06-271-4/+22
* made iterator base ctors protectedcdgill1999-06-111-16/+17
* .schmidt1999-06-071-9/+3
* pSOS unused arg fix, moved enum from RB_Tree to non-templatized base classcdgill1999-05-111-6/+11
* finished implementing map interface for RB_Treecdgill1999-05-091-1/+18
* fixed template instantiations, compiler errors and warnings in uninstantiated...cdgill1999-05-081-39/+16
* penultimate checkin for RB_Tree upgradescdgill1999-05-071-29/+229
* interim checkin of RB_Tree interface adaptationscdgill1999-05-041-58/+272
* replace () around #pragma implementation argumentlevine1999-01-201-1/+1
* Functor, RB_Tree, and pSOS fixescdgill1998-12-301-19/+14
* removed () from #pragma implementation argumentlevine1998-12-151-1/+1
* 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