Definition of CInt64MathParser. More...
#include "GenApi/Types.h"
#include "GenApi/GenApiDll.h"
#include "MathParserDll.h"
#include "StrMap.h"
#include "Int64Lexer.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | CInt64MathParser |
Parser and evaluator for CIntSwissKnife. More... | |
struct | CInt64MathParser::Operation |
Defines | |
#define | ORIGINAL_STACK_SIZE 64 |
Variables | |
const double | DblErR |
Definition of CInt64MathParser.
CInt64MathParser is derived from Kirill Zaborski's MathParser library (http://kirya.narod.ru/mathparser.html ). This library is under LGPL license. Kirill's implementation seems to be a C++ port of the CCalc library from Walery Studennikov (http://www.sama.ru/~despair/ccalc/).
Definition in file Int64MathParser.h.
#define ORIGINAL_STACK_SIZE 64 |
Definition at line 39 of file Int64MathParser.h.
const double DblErR |