ReactOS 0.4.15-dev-7842-g558ab78
calc_operator_t Struct Reference
Collaboration diagram for calc_operator_t:

Public Attributes

unsigned int prec
 
operator_call op_f
 
operator_call op_i
 
operator_call op_p
 

Detailed Description

Definition at line 30 of file rpn_ieee.c.

Member Data Documentation

◆ op_f

operator_call calc_operator_t::op_f

Definition at line 32 of file rpn_ieee.c.

Referenced by run_operator().

◆ op_i

operator_call calc_operator_t::op_i

Definition at line 33 of file rpn_ieee.c.

Referenced by run_operator().

◆ op_p

operator_call calc_operator_t::op_p

Definition at line 34 of file rpn_ieee.c.

Referenced by run_operator().

◆ prec

unsigned int calc_operator_t::prec

Definition at line 31 of file rpn_ieee.c.

Referenced by evalStack().


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