NDEVR
API Documentation
Equation< t_type >::EquationPart

Represents a single element in the equation stack, consisting of an operator and a value. More...

Public Attributes

char operation
 The operator character (e.g., '+', '-', '*', '/', '^', '', 's', 'c', 't', 'q', '(', ')').
t_type value
 The numeric value or encoded sub-expression parameter for this part.

Detailed Description

template<class t_type>
struct Equation< t_type >::EquationPart

Represents a single element in the equation stack, consisting of an operator and a value.


Definition at line 55 of file Equation.h.


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