Function report |
Source Code:lib\rbtree.c |
Create Date:2022-07-28 06:12:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Augmented rbtree manipulation functions.* This instantiates the same __always_inline functions as in the non-augmented* case, but this time with user-defined callbacks.
Proto:void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rb_node * | node | |
struct rb_root * | root | |
void (* | augment_rotate |
459 | __rb_insert(node, root, augment_rotate) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |