37 #include "muParserTemplateMagic.h"
56 void InitCharSets()
override;
57 void InitFun()
override;
58 void InitConst()
override;
59 void InitOprt()
override;
60 void OnDetectVar(
string_type* pExpr,
int& nStart,
int& nEnd)
override;
This file contains the class definition of the muparser engine.
MUP_BASETYPE value_type
The numeric datatype used by the parser.
Namespace for mathematical applications.
string_type::value_type char_type
The character type used by the parser.
Mathematical expressions parser.
MUP_STRING_TYPE string_type
The stringtype used by the parser.
Mathematical expressions parser (base parser engine).