Antiprism 0.23
|
Mathematical expressions parser. More...
#include <muParserInt.h>
Public Member Functions | |
ParserInt () | |
Constructor. | |
virtual void | InitFun () |
Initialize the default functions. | |
virtual void | InitOprt () |
Initialize operators. |
Mathematical expressions parser.
This version of the parser handles only integer numbers. It disables the built in operators thus it is slower than muParser. Integer values are stored in the double value_type and converted if needed.
mu::ParserInt::ParserInt | ( | ) |
Constructor.
Call ParserBase class constructor and trigger Function, Operator and Constant initialization.