JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches

description of a user registered function More...

#include <jkqtpmathparser.h>

Collaboration diagram for JKQTPMathParser::jkmpFunctionDescriptor:
[legend]

Public Member Functions

 jkmpFunctionDescriptor (jkmpEvaluateFunc function_=nullptr)
 

Public Attributes

jkmpEvaluateFunc function
 a pointer to the function implementation
 
std::string name
 name of the function
 

Detailed Description

description of a user registered function

Constructor & Destructor Documentation

◆ jkmpFunctionDescriptor()

JKQTPMathParser::jkmpFunctionDescriptor::jkmpFunctionDescriptor ( jkmpEvaluateFunc  function_ = nullptr)

Member Data Documentation

◆ function

jkmpEvaluateFunc JKQTPMathParser::jkmpFunctionDescriptor::function

a pointer to the function implementation

◆ name

std::string JKQTPMathParser::jkmpFunctionDescriptor::name

name of the function


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