IDZEBRA
2.2.7
|
Data Fields | |
int | heapnum |
int | heapmax |
const struct rset_key_control * | kctrl |
struct heap_item ** | heap |
Definition at line 102 of file rsmultiandor.c.
struct heap_item** heap::heap |
Definition at line 106 of file rsmultiandor.c.
Referenced by heap_cmp(), heap_create(), heap_delete(), heap_insert(), heap_swap(), r_forward_or(), and r_read_or().
int heap::heapmax |
Definition at line 104 of file rsmultiandor.c.
Referenced by heap_create().
int heap::heapnum |
Definition at line 103 of file rsmultiandor.c.
Referenced by heap_clear(), heap_create(), heap_delete(), heap_empty(), and heap_insert().
const struct rset_key_control* heap::kctrl |
Definition at line 105 of file rsmultiandor.c.
Referenced by heap_cmp(), and heap_create().