Rizin
unix-like reverse engineering framework and cli tools
StackNode Struct Reference

Public Attributes

TSStateId state
 
Length position
 
StackLink links [MAX_LINK_COUNT]
 
short unsigned int link_count
 
uint32_t ref_count
 
unsigned error_cost
 
unsigned node_count
 
int dynamic_precedence
 

Detailed Description

Definition at line 28 of file stack.c.

Member Data Documentation

◆ dynamic_precedence

int StackNode::dynamic_precedence

Definition at line 36 of file stack.c.

Referenced by stack_node_new(), and ts_stack_print_dot_graph().

◆ error_cost

unsigned StackNode::error_cost

◆ link_count

◆ links

◆ node_count

◆ position

Length StackNode::position

◆ ref_count

uint32_t StackNode::ref_count

Definition at line 33 of file stack.c.

Referenced by stack_node_new().

◆ state

TSStateId StackNode::state

The documentation for this struct was generated from the following file: