- Timestamp:
 - Aug 26, 2007, 12:52:19 PM (18 years ago)
 - Location:
 - trunk/kStuff/include/k
 - Files:
 - 
      
- 3 edited
 
- 
          
  kAvlU32.h (modified) (2 diffs)
 - 
          
  kAvloU32.h (modified) (2 diffs)
 - 
          
  kAvlrU32.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/kStuff/include/k/kAvlU32.h
r3555 r3561 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VL- AVL Tree Implementation, KU32 keys.3 * kAvl - AVL Tree Implementation, KU32 keys. 4 4 */ 5 5 … … 60 60 61 61 #include <k/kAvlTmpl/kAvlBase.h> 62 #include <k/kAvlTmpl/kA VLDoWithAll.h>63 #include <k/kAvlTmpl/kA VLEnum.h>62 #include <k/kAvlTmpl/kAvlDoWithAll.h> 63 #include <k/kAvlTmpl/kAvlEnum.h> 64 64 #include <k/kAvlTmpl/kAvlGet.h> 65 65 #include <k/kAvlTmpl/kAvlGetBestFit.h>  - 
      
trunk/kStuff/include/k/kAvloU32.h
r3555 r3561 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VL- AVL Tree Implementation, KU32 keys, Offset Based.3 * kAvl - AVL Tree Implementation, KU32 keys, Offset Based. 4 4 */ 5 5 … … 63 63 64 64 #include <k/kAvlTmpl/kAvlBase.h> 65 #include <k/kAvlTmpl/kA VLDoWithAll.h>66 #include <k/kAvlTmpl/kA VLEnum.h>65 #include <k/kAvlTmpl/kAvlDoWithAll.h> 66 #include <k/kAvlTmpl/kAvlEnum.h> 67 67 #include <k/kAvlTmpl/kAvlGet.h> 68 68 #include <k/kAvlTmpl/kAvlGetBestFit.h>  - 
      
trunk/kStuff/include/k/kAvlrU32.h
r3555 r3561 1 1 /* $Id$ */ 2 2 /** @file 3 * kA VL- AVL Tree Implementation, KU32 key ranges.3 * kAvl - AVL Tree Implementation, KU32 key ranges. 4 4 */ 5 5 … … 61 61 62 62 #include <k/kAvlTmpl/kAvlBase.h> 63 #include <k/kAvlTmpl/kA VLDoWithAll.h>64 #include <k/kAvlTmpl/kA VLEnum.h>63 #include <k/kAvlTmpl/kAvlDoWithAll.h> 64 #include <k/kAvlTmpl/kAvlEnum.h> 65 65 #include <k/kAvlTmpl/kAvlGet.h> 66 66 #include <k/kAvlTmpl/kAvlGetBestFit.h>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  