CAvl_footer.h 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /**
  2. * @file CAvl_footer.h
  3. * @author Ambroz Bizjak <ambrop7@gmail.com>
  4. *
  5. * @section LICENSE
  6. *
  7. * Redistribution and use in source and binary forms, with or without
  8. * modification, are permitted provided that the following conditions are met:
  9. * 1. Redistributions of source code must retain the above copyright
  10. * notice, this list of conditions and the following disclaimer.
  11. * 2. Redistributions in binary form must reproduce the above copyright
  12. * notice, this list of conditions and the following disclaimer in the
  13. * documentation and/or other materials provided with the distribution.
  14. * 3. Neither the name of the author nor the
  15. * names of its contributors may be used to endorse or promote products
  16. * derived from this software without specific prior written permission.
  17. *
  18. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  19. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  20. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21. * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  22. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  23. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  24. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  25. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  26. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  27. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28. */
  29. #undef CAVL_PARAM_NAME
  30. #undef CAVL_PARAM_FEATURE_COUNTS
  31. #undef CAVL_PARAM_FEATURE_KEYS_ARE_INDICES
  32. #undef CAVL_PARAM_TYPE_ENTRY
  33. #undef CAVL_PARAM_TYPE_LINK
  34. #undef CAVL_PARAM_TYPE_KEY
  35. #undef CAVL_PARAM_TYPE_ARG
  36. #undef CAVL_PARAM_TYPE_COUNT
  37. #undef CAVL_PARAM_VALUE_COUNT_MAX
  38. #undef CAVL_PARAM_VALUE_NULL
  39. #undef CAVL_PARAM_FUN_DEREF
  40. #undef CAVL_PARAM_FUN_COMPARE_ENTRIES
  41. #undef CAVL_PARAM_FUN_COMPARE_KEY_ENTRY
  42. #undef CAVL_PARAM_MEMBER_CHILD
  43. #undef CAVL_PARAM_MEMBER_BALANCE
  44. #undef CAVL_PARAM_MEMBER_PARENT
  45. #undef CAVL_PARAM_MEMBER_COUNT
  46. #undef CAvl
  47. #undef CAvlEntry
  48. #undef CAvlLink
  49. #undef CAvlRef
  50. #undef CAvlArg
  51. #undef CAvlKey
  52. #undef CAvlCount
  53. #undef CAvlIsNullRef
  54. #undef CAvlIsValidRef
  55. #undef CAvlDeref
  56. #undef CAvl_Init
  57. #undef CAvl_Insert
  58. #undef CAvl_InsertAt
  59. #undef CAvl_Remove
  60. #undef CAvl_Lookup
  61. #undef CAvl_LookupExact
  62. #undef CAvl_GetFirst
  63. #undef CAvl_GetLast
  64. #undef CAvl_GetNext
  65. #undef CAvl_GetPrev
  66. #undef CAvl_IsEmpty
  67. #undef CAvl_Verify
  68. #undef CAvl_Count
  69. #undef CAvl_IndexOf
  70. #undef CAvl_GetAt
  71. #undef CAvl_link
  72. #undef CAvl_balance
  73. #undef CAvl_parent
  74. #undef CAvl_count
  75. #undef CAvl_nulllink
  76. #undef CAvl_nullref
  77. #undef CAvl_compare_entries
  78. #undef CAvl_compare_key_entry
  79. #undef CAvl_check_parent
  80. #undef CAvl_verify_recurser
  81. #undef CAvl_assert_tree
  82. #undef CAvl_update_count_from_children
  83. #undef CAvl_rotate
  84. #undef CAvl_subtree_min
  85. #undef CAvl_subtree_max
  86. #undef CAvl_replace_subtree_fix_counts
  87. #undef CAvl_swap_entries
  88. #undef CAvl_rebalance
  89. #undef CAvl_child_count
  90. #undef CAvl_MAX
  91. #undef CAvl_OPTNEG