FragmentProtoAssembler_tree.h 489 B

123456789
  1. #define SAVL_PARAM_NAME FPAFramesTree
  2. #define SAVL_PARAM_FEATURE_COUNTS 0
  3. #define SAVL_PARAM_FEATURE_NOKEYS 0
  4. #define SAVL_PARAM_TYPE_ENTRY struct FragmentProtoAssembler_frame
  5. #define SAVL_PARAM_TYPE_KEY fragmentproto_frameid
  6. #define SAVL_PARAM_TYPE_ARG int
  7. #define SAVL_PARAM_FUN_COMPARE_ENTRIES(arg, entry1, entry2) B_COMPARE((entry1)->id, (entry2)->id)
  8. #define SAVL_PARAM_FUN_COMPARE_KEY_ENTRY(arg, key1, entry2) B_COMPARE((key1), (entry2)->id)
  9. #define SAVL_PARAM_MEMBER_NODE tree_node