summaryrefslogtreecommitdiff
path: root/ace/RB_Tree.i
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Thu Feb 20 09:01:55 2003 Ossama Othman <ossama@uci.edu>Ossama Othman2003-02-201-4/+4
* RB Tree change for iterator out of rangecdgill2002-01-021-2/+10
* ChangeLogTag:Thu Oct 11 10:57:58 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-10-111-57/+24
* ChangeLogTag: Mon Oct 8 11:15:21 2001 Angelo Corsaro <corsaro@doc.ece.uci....Angelo Corsaro2001-10-081-16/+27
* ChangeLogTag: Sat Oct 6 16:04:29 2001 Angelo Corsaro <corsaro@doc.ece.uci....Angelo Corsaro2001-10-061-0/+19
* ChangeLogTag:Thu Oct 4 07:10:01 2001 Douglas C. Schmidt <schmidt@macarena....schmidt2001-10-051-24/+27
* ChangeLogTag:Sat Mar 3 16:47:53 2001 Darrell Brunsch <brunsch@uci.edu>brunsch2001-03-041-24/+13
* fixed bug in delete fixup function, added stress test from Klaus Wolfcdgill2000-12-301-2/+4
* ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-071-2/+2
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-2/+2
* ChangeLogTag:Thu Apr 20 09:50:49 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-04-201-4/+27
* ChangeLogTag:Fri Jan 28 20:14:20 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-01-291-6/+1
* moved next method from base RB tree iterator class to derived classescdgill1999-06-271-19/+57
* Qualify node_ and tree_ with this-> to get template types looked up.Steve Huston1999-06-171-11/+11
* Replaced 1.12 version.Steve Huston1999-05-311-36/+11
* Fully template-qualified references to node_ and tree_ in iterators.Steve Huston1999-05-211-11/+36
* finished implementing map interface for RB_Treecdgill1999-05-091-29/+93
* fixed template instantiations, compiler errors and warnings in uninstantiated...cdgill1999-05-081-53/+52
* penultimate checkin for RB_Tree upgradescdgill1999-05-071-16/+844
* interim checkin of RB_Tree interface adaptationscdgill1999-05-041-45/+66
* Functor, RB_Tree, and pSOS fixescdgill1998-12-301-22/+22
* Added test, less than functor, better comments, etc. to RB_Tree classcdgill1998-11-161-50/+83
* (clear): removed extraneous ";" following the function definition.levine1998-06-141-1/+1
* Changes suggested by Sergio to make it work with older version of GCC.jxh1998-05-311-2/+2
* Try to put enum into a class again. This time, created a dummy basejxh1998-05-301-2/+2
* move enum RB_Tree_Node_Color out of the (template) class declaration because ...levine1998-05-301-3/+1
* Changes related to internalizing RED and BLACK enums.jxh1998-05-301-9/+8
* first revision of Red-Black Tree data structure implementationcdgill1998-05-111-0/+155