![]() |
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
|
This struct is for managing variables. Unlike jkmpResult this struct only contains pointers to the data. More...
#include <jkqtpmathparser.h>
Public Member Functions | |
| jkmpVariable () | |
Public Attributes | |
| bool * | boolean |
this points to the variable data if type==jkmpBool | |
| bool | internal |
| this is an internal variable | |
| double * | num |
this points to the variable data if type==jkmpDouble | |
| std::string * | str |
this points to the variable data if type==jkmpString | |
| jkmpResultType | type |
| type of the variable | |
This struct is for managing variables. Unlike jkmpResult this struct only contains pointers to the data.
| JKQTPMathParser::jkmpVariable::jkmpVariable | ( | ) |
| bool* JKQTPMathParser::jkmpVariable::boolean |
this points to the variable data if type==jkmpBool
| bool JKQTPMathParser::jkmpVariable::internal |
this is an internal variable
| double* JKQTPMathParser::jkmpVariable::num |
this points to the variable data if type==jkmpDouble
| std::string* JKQTPMathParser::jkmpVariable::str |
this points to the variable data if type==jkmpString
| jkmpResultType JKQTPMathParser::jkmpVariable::type |
type of the variable