ReactOS 0.4.15-dev-8434-g155a7c7
calc_node_t Struct Reference

#include <calc.h>

Collaboration diagram for calc_node_t:

Public Attributes

calc_number_t number
 
unsigned int operation
 
DWORD base
 

Detailed Description

Definition at line 132 of file calc.h.

Member Data Documentation

◆ base

DWORD calc_node_t::base

Definition at line 135 of file calc.h.

Referenced by exec_infix2postfix(), run_ms(), and run_mw().

◆ number

calc_number_t calc_node_t::number

◆ operation

unsigned int calc_node_t::operation

Definition at line 134 of file calc.h.

Referenced by exec_infix2postfix().


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