Mathematic Expressions Library  0.1
The core math data structures and manipulators
expression_data_tree Struct Reference

Expression data container for the expanded expression. More...

#include <expression.h>

Collaboration diagram for expression_data_tree:
Collaboration graph

Data Fields

char op
 The joining operation of the two two sub expressions. More...
 
expression_t left
 Left sub-expression. More...
 
expression_t right
 Right sub-expression. More...
 

Detailed Description

Expression data container for the expanded expression.

Expanded tree expressions are composed of an operation that joins a left sub-expression and a right rub-expression.

Field Documentation

◆ left

Left sub-expression.

◆ op

char op

The joining operation of the two two sub expressions.

Note
Previously implemented using enumerations, but proved to be more of a burden.

◆ right

expression_t right

Right sub-expression.


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