CCIMXDesktop
 
Loading...
Searching...
No Matches
TreeNodeBase Struct Referenceabstract

Tree Node is expected to be like this! More...

#include <TreeNodeBase.h>

Inheritance diagram for TreeNodeBase:
BinaryOpTreeNode FunctorTreeNode NumberNode UnaryOpTreeNode

Public Member Functions

virtual double evaluate () const =0
 evaluate the expressions
 

Detailed Description

Tree Node is expected to be like this!

Member Function Documentation

◆ evaluate()

virtual double TreeNodeBase::evaluate ( ) const
pure virtual

evaluate the expressions

Returns
double

Implemented in BinaryOpTreeNode, FunctorTreeNode, NumberNode, and UnaryOpTreeNode.


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