operator_stack Struct Reference


Detailed Description

The operator stack is used to hold operators for sorting be precendence during prefix evaluation.

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_elementtop

Field Documentation

unsigned short operator_stack::n

Number of elements in stack

Definition at line 95 of file yanera_postfix.h.

Top of stack

Definition at line 96 of file yanera_postfix.h.


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

Generated on Thu May 29 10:56:34 2008 by  doxygen 1.5.5