Mathematic Expressions Library  0.1
The core math data structures and manipulators
expression_data Union Reference

Expression data container. More...

#include <expression.h>

Collaboration diagram for expression_data:
Collaboration graph

Data Fields

value_t val
 Value for EXP_VALUE type. More...
 
struct expression_data_tree tree
 Data for EXP_TREE type. More...
 
sym_t sym
 Data for EXP_SYMBOLIC type. More...
 

Detailed Description

Expression data container.

This union allows for the use of all the different expression data containers that corresponding to each expression_type.

Field Documentation

◆ sym

Data for EXP_SYMBOLIC type.

◆ tree

struct expression_data_tree tree

Data for EXP_TREE type.

◆ val

value_t val

Value for EXP_VALUE type.


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