operator_stack_element Struct Reference


Detailed Description

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

The stack list and storage data structure is defined here.

Definition at line 82 of file yanera_postfix.h.


Data Fields

short prec
enum operator_type type
char oper [4]
struct operator_stack_elementnext

Field Documentation

Operator precednece

Definition at line 83 of file yanera_postfix.h.

Operator type

Definition at line 84 of file yanera_postfix.h.

Operator text

Definition at line 85 of file yanera_postfix.h.

Linked list

Definition at line 86 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