The top of the stack list is defined here.
Definition at line 94 of file yanera_postfix.h.
Data Fields | |
unsigned short | n |
struct operator_stack_element * | top |
unsigned short operator_stack::n |
Number of elements in stack
Definition at line 95 of file yanera_postfix.h.
struct operator_stack_element* operator_stack::top [read] |
Top of stack
Definition at line 96 of file yanera_postfix.h.