Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_rbtree.h>
Public Attributes | |
int | len |
RBNode * | path [RZ_RBTREE_MAX_HEIGHT] |
Definition at line 34 of file rz_rbtree.h.
int rz_rb_iter_t::len |
Definition at line 38 of file rz_rbtree.h.
Referenced by _first(), _next(), bound_iter(), cmp_exact_node(), rz_interval_tree_first_at(), and rz_spaces_is_empty().
RBNode* rz_rb_iter_t::path[RZ_RBTREE_MAX_HEIGHT] |
Definition at line 43 of file rz_rbtree.h.
Referenced by _first(), _next(), bound_iter(), cmp_exact_node(), and rz_interval_tree_first_at().