summaryrefslogtreecommitdiff
path: root/ace/RB_Tree.h
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Mon Feb 26 09:29:36 2001 Carlos O'Ryan <coryan@cs.wustl.edu>coryan2001-02-261-1/+1
* beta checkin changescdgill2001-02-181-5/+9
* ChangeLogTag:Sun Feb 18 09:59:18 2001 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2001-02-181-2/+1
* fixed bug in delete fixup function, added stress test from Klaus Wolfcdgill2000-12-301-1/+20
* ChangeLogTag:Wed Nov 1 14:11:48 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-11-011-297/+363
* ChangeLogTag:Thu Apr 20 09:50:49 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-04-201-0/+14
* ChangeLogTag:Thu Mar 23 14:34:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-231-1/+1
* ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-181-0/+2
* ChangeLogTag:Fri Jan 28 20:14:20 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-01-291-1/+1
* 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