Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
StackNode * | node |
SubtreeArray | subtrees |
uint32_t | subtree_count |
bool | is_pending |
bool StackIterator::is_pending |
Definition at line 43 of file stack.c.
Referenced by stack__iter().
StackNode* StackIterator::node |
Definition at line 40 of file stack.c.
Referenced by stack__iter(), and ts_stack_print_dot_graph().
uint32_t StackIterator::subtree_count |
Definition at line 42 of file stack.c.
Referenced by stack__iter().
SubtreeArray StackIterator::subtrees |
Definition at line 41 of file stack.c.
Referenced by stack__iter().