Struct stack_graphs::c::sg_partial_symbol_stack_cell [−][src]
#[repr(C)]pub struct sg_partial_symbol_stack_cell {
pub head: sg_partial_scoped_symbol,
pub tail: sg_partial_symbol_stack_cell_handle,
pub reversed: sg_partial_symbol_stack_cell_handle,
}
Expand description
An element of a partial symbol stack.
Fields
head: sg_partial_scoped_symbol
The partial scoped symbol at this position in the partial symbol stack.
tail: sg_partial_symbol_stack_cell_handle
The handle of the next element in the partial symbol stack, or SG_LIST_EMPTY_HANDLE if this is the last element.
reversed: sg_partial_symbol_stack_cell_handle
The handle of the reversal of this partial scope stack.