summaryrefslogtreecommitdiff
path: root/ace/RB_Tree.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchtypecode-overhaulnobody2004-09-161-16/+4
* ChangelogTag:Mon Sep 13 14:56:53 2004 Balachandran Natarajan <bala@dre.vand...bala2004-09-131-4/+16
* ChangeLogTag:Fri Jul 9 23:45:25 2004 Ossama Othman <ossama@dre.vanderbilt....Ossama Othman2004-07-101-4/+13
* ChangeLogTag:Fri Jul 9 21:23:13 2004 Douglas C. Schmidt <schmidt@cs.wustl....schmidt2004-07-101-11/+20
* ChangeLogTag: Wed Jun 16 07:56:12 UTC 2004 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2004-06-161-1/+1
* ChangeLogTag:Thu Apr 22 20:01:12 2004 Ossama Othman <ossama@dre.vanderbilt....Ossama Othman2004-04-231-4/+4
* ChangeLogTag:Mon Mar 29 05:44:51 2004 Balachandran Natarajan <bala@dre.vand...bala2004-03-291-1/+1
* ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-07-191-2/+2
* ChangeLogTag: Wed Oct 16 14:02:27 2002 Yuanfang Zhang <yfzhang@cse.wustl.edu>yfzhang2002-10-161-3/+44
* ChangeLogTag:Thu May 23 20:35:22 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-05-241-5/+5
* changelog tag:Apr 26 17:00:23 2002 Dante J. Cannarozzi <djc2@cs.wustl.edu>djc22002-04-271-0/+24
* ChangeLogTag: Wed Apr 17 14:29:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2002-04-171-8/+8
* ChangeLogTag:Wed Apr 10 10:40:36 2002 Ossama Othman <ossama@uci.edu>Ossama Othman2002-04-101-2/+2
* ChangeLogTag:Thu Oct 11 10:57:58 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-10-111-10/+2
* ChangeLogTag:Wed Oct 10 06:16:52 2001 Douglas C. Schmidt <schmidt@macarena....schmidt2001-10-101-3/+2
* ChangeLogTag: Mon Oct 8 11:15:21 2001 Angelo Corsaro <corsaro@doc.ece.uci....Angelo Corsaro2001-10-081-1/+1
* ChangeLogTag: Sat Oct 6 16:04:29 2001 Angelo Corsaro <corsaro@doc.ece.uci....Angelo Corsaro2001-10-061-2/+4
* ChangeLogTag:Thu Oct 4 07:10:01 2001 Douglas C. Schmidt <schmidt@macarena....schmidt2001-10-051-2/+9
* 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