Function report |
Source Code:lib\btree.c |
Create Date:2022-07-28 06:53:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__btree_for_each
Proto:static size_t __btree_for_each(struct btree_head *head, struct btree_geo *geo, unsigned long *node, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2, int reap, int height, size_t count)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct btree_head * | head | |
struct btree_geo * | geo | |
unsigned long * | node | |
unsigned long | opaque | |
void (* | func | |
void * | func2 | |
int | reap | |
int | height | |
size_t | count |
688 | If Not child Then Break |
699 | Return count |
Name | Describe |
---|---|
__btree_for_each | |
btree_visitor | |
btree_grim_visitor |
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 |