Definition of CMathParser. More...
#include "MathParserDll.h"
#include "GenApi/Types.h"
#include "GenApi/GenApiDll.h"
#include "StrMap.h"
#include "Lexer.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | GENAPI_NAMESPACE::CMathParser |
Expression parser and evaluator of CSwissKnife. More... | |
struct | GENAPI_NAMESPACE::CMathParser::Operation |
Namespaces | |
GENAPI_NAMESPACE | |
Lexical analyzer for CIntSwissKnife. | |
Macros | |
#define | ORIGINAL_STACK_SIZE 64 |
Typedefs | |
typedef char *(* | GENAPI_NAMESPACE::MultiArgFunc) (int paramcnt, double *args, CStrMap *strparams, double *result) |
typedef double(* | GENAPI_NAMESPACE::OneArgFunc) (double arg) |
typedef int(* | GENAPI_NAMESPACE::PrmSrchFunc) (const char *str, size_t len, double *value, void *param) |
Variables | |
const double | GENAPI_NAMESPACE::DblNiN |
Definition of CMathParser.
Definition in file MathParser.h.
#define ORIGINAL_STACK_SIZE 64 |
Definition at line 35 of file MathParser.h.