37 #include "muParserTemplateMagic.h"
56 virtual void InitCharSets();
57 virtual void InitFun();
58 virtual void InitConst();
59 virtual void InitOprt();
60 virtual void OnDetectVar(
string_type* pExpr,
int& nStart,
int& nEnd);
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).