- Timestamp:
- Aug 26, 2007, 12:51:06 PM (18 years ago)
- Location:
- trunk/kStuff/include/k/kAvlTmpl
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/include/k/kAvlTmpl/kAvlBase.h
r3559 r3560 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VLTmpl - Templated AVL Trees, The Mandatory Base Code.3 * kAvlTmpl - Templated AVL Trees, The Mandatory Base Code. 4 4 */ 5 5 … … 26 26 27 27 28 /** @page pg_kA VLTmpl Template Configuration.28 /** @page pg_kAvlTmpl Template Configuration. 29 29 * 30 30 * This is a templated implementation of AVL trees in C. The template -
trunk/kStuff/include/k/kAvlTmpl/kAvlDoWithAll.h
r3559 r3560 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VLTmpl - Templated AVL Trees, The Callback Iterator.3 * kAvlTmpl - Templated AVL Trees, The Callback Iterator. 4 4 */ 5 5 -
trunk/kStuff/include/k/kAvlTmpl/kAvlEnum.h
r3559 r3560 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VLTmpl - Templated AVL Trees, Node Enumeration.3 * kAvlTmpl - Templated AVL Trees, Node Enumeration. 4 4 */ 5 5 -
trunk/kStuff/include/k/kAvlTmpl/kAvlGet.h
r3559 r3560 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VLTmpl - Templated AVL Trees, Get a Node.3 * kAvlTmpl - Templated AVL Trees, Get a Node. 4 4 */ 5 5 -
trunk/kStuff/include/k/kAvlTmpl/kAvlGetBestFit.h
r3559 r3560 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VLTmpl - Templated AVL Trees, Get Best Fitting Node.3 * kAvlTmpl - Templated AVL Trees, Get Best Fitting Node. 4 4 */ 5 5 -
trunk/kStuff/include/k/kAvlTmpl/kAvlGetWithParent.h
r3559 r3560 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VLTmpl - Templated AVL Trees, Get Node With Parent.3 * kAvlTmpl - Templated AVL Trees, Get Node With Parent. 4 4 */ 5 5 -
trunk/kStuff/include/k/kAvlTmpl/kAvlRemove2.h
r3559 r3560 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VLTmpl - Templated AVL Trees, Remove A Specific Node.3 * kAvlTmpl - Templated AVL Trees, Remove A Specific Node. 4 4 */ 5 5 -
trunk/kStuff/include/k/kAvlTmpl/kAvlRemoveBestFit.h
r3559 r3560 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VLTmpl - Templated AVL Trees, Remove Best Fitting Node.3 * kAvlTmpl - Templated AVL Trees, Remove Best Fitting Node. 4 4 */ 5 5 -
trunk/kStuff/include/k/kAvlTmpl/kAvlUndef.h
r3559 r3560 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VLTmpl - Undefines All Macros (both config and temp).3 * kAvlTmpl - Undefines All Macros (both config and temp). 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.