CAvl_footer.h 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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_USE_COUNTS
  30. #undef CAVL_PARAM_NAME
  31. #undef CAVL_PARAM_ENTRY
  32. #undef CAVL_PARAM_LINK
  33. #undef CAVL_PARAM_KEY
  34. #undef CAVL_PARAM_COUNT
  35. #undef CAVL_PARAM_COUNT_MAX
  36. #undef CAVL_PARAM_NULL
  37. #undef CAVL_PARAM_DEREF
  38. #undef CAVL_PARAM_COMPARE_NODES
  39. #undef CAVL_PARAM_COMPARE_KEY_NODE
  40. #undef CAVL_PARAM_NODE_LINK
  41. #undef CAVL_PARAM_NODE_BALANCE
  42. #undef CAVL_PARAM_NODE_PARENT
  43. #undef CAVL_PARAM_NODE_COUNT
  44. #undef CAvl
  45. #undef CAvlEntry
  46. #undef CAvlLink
  47. #undef CAvlNode
  48. #undef CAvlArg
  49. #undef CAvlKey
  50. #undef CAvlCount
  51. #undef CAvlNullLink
  52. #undef CAvl_Init
  53. #undef CAvl_Deref
  54. #undef CAvl_Insert
  55. #undef CAvl_Remove
  56. #undef CAvl_Lookup
  57. #undef CAvl_LookupExact
  58. #undef CAvl_GetFirst
  59. #undef CAvl_GetLast
  60. #undef CAvl_GetNext
  61. #undef CAvl_GetPrev
  62. #undef CAvl_IsEmpty
  63. #undef CAvl_Verify
  64. #undef CAvl_Count
  65. #undef CAvl_IndexOf
  66. #undef CAvl_GetAt
  67. #undef CAvl_link
  68. #undef CAvl_balance
  69. #undef CAvl_parent
  70. #undef CAvl_count
  71. #undef CAvl_nullnode
  72. #undef CAvl_compare_nodes
  73. #undef CAvl_compare_key_node
  74. #undef CAvl_check_parent
  75. #undef CAvl_verify_recurser
  76. #undef CAvl_assert_tree
  77. #undef CAvl_update_count_from_children
  78. #undef CAvl_rotate
  79. #undef CAvl_subtree_min
  80. #undef CAvl_subtree_max
  81. #undef CAvl_replace_subtree_fix_counts
  82. #undef CAvl_swap_nodes
  83. #undef CAvl_rebalance
  84. #undef CAvl_MAX
  85. #undef CAvl_OPTNEG