![]() |
paceval. 4.26
Documentation of the paceval. source-code, Copyright ©1994-2024. Version 1.x, 2.x, 3.x, 4.x ©1994-2025 Joerg Koenning & paceval UG [Registered Trade Mark] All rights reserved., Author(s) : Joerg Koenning
|
specification of the different data types of nodes in paceval More...
#include <stddef.h>#include "../../source_public/inc/paceval_main.h"#include "paceval_dVersion.h"#include "paceval_cCleanupHandler.h"

Classes | |
| class | paceval_sNodeSpecificData |
| The struct paceval_sNodeSpecificData is used by class paceval_cBaseAtomicGraphNode. More... | |
| class | paceval_sNodeBaseData |
| The struct paceval_sNodeBaseData is used when necessary by the struct paceval_sNodeSpecificData and stores information about the operator and operands. More... | |
| class | paceval_sValueOperatorAsData |
| The struct paceval_sValueOperatorAsData is used when necessary by the struct paceval_sNodeSpecificData and stores the floating point value at this node in all available precisions. More... | |
| class | paceval_sLookaheadCacheData |
| The struct paceval_sLookaheadCacheData is used when necessary by the struct paceval_sNodeSpecificData and stores data for lookahead caching. More... | |
| class | paceval_sInnerCachedData |
| The struct paceval_sInnerCachedData is used when necessary by the struct paceval_sNodeSpecificData and stores data for inner and outer caching. More... | |
| class | paceval_cBaseAtomicGraphNode |
| The base class paceval_cBaseAtomicGraphNode encapsulates the handling of the mathematical subfunctions, the so-called nodes in paceval. More... | |
| class | paceval_cAtomicGraphNodeAddValue |
| The class paceval_cAtomicGraphNodeAddValue is derived from paceval_cBaseAtomicGraphNode and encapsulates the special handling of nodes for setting variables or values in paceval, see paceval_cSyntacticAnalysis.cpp. More... | |
| class | paceval_cAtomicGraphNodeOperation |
| The class paceval_cAtomicGraphNodeOperation is derived from paceval_cBaseAtomicGraphNode and encapsulates the special handling of nodes for operations (e.g. "+" or "sin") in paceval, see paceval_cSyntacticAnalysis.cpp. More... | |
specification of the different data types of nodes in paceval
specification of the different data types of nodes paceval_cAtomicGraphNodeAddValue and paceval_cAtomicGraphNodeOperation and their base class paceval_cBaseAtomicGraphNode