#include "muParserTest.h"
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <string>
#include <iostream>
#include <locale>
#include <limits>
#include <ios>
#include <iomanip>
#include <numeric>
#include "muParser.h"
Go to the source code of this file.
|
void | CalcBulk () |
|
static value_type | Mega (value_type a_fVal) |
|
static value_type | Milli (value_type a_fVal) |
|
static value_type | Rnd (value_type v) |
|
static value_type | Not (value_type v) |
|
static value_type | Add (value_type v1, value_type v2) |
|
static value_type | Mul (value_type v1, value_type v2) |
|
static value_type | ThrowAnException (value_type) |
|
static value_type | BulkFun1 (int nBulkIdx, int nThreadIdx, value_type v1) |
|
static value_type | Ping () |
|
static value_type | StrFun0 (const char_type *szMsg) |
|
static value_type | StrFun2 (const char_type *v1, value_type v2, value_type v3) |
|
static value_type | Debug (mu::value_type v1, mu::value_type v2) |
|
static value_type * | AddVariable (const char_type *a_szName, void *a_pUserData) |
|
static int | IsHexValue (const char_type *a_szExpr, int *a_iPos, value_type *a_fVal) |
|
static void | Splash () |
|
static value_type | SelfTest () |
|
static value_type | Help () |
|
static void | ListVar (const mu::ParserBase &parser) |
|
static void | ListConst (const mu::ParserBase &parser) |
|
static void | ListExprVar (const mu::ParserBase &parser) |
|
static int | CheckKeywords (const mu::char_type *a_szLine, mu::Parser &a_Parser) |
| Check for external keywords. More...
|
|
static void | Calc () |
|
int | main (int, char **) |
|
◆ _USE_MATH_DEFINES
#define _USE_MATH_DEFINES |
This macro will enable mathematical constants like M_PI.
Definition at line 31 of file example1.cpp.
◆ Add()
◆ AddVariable()
◆ BulkFun1()
◆ Calc()
◆ CalcBulk()
◆ CheckKeywords()
◆ Debug()
◆ Help()
◆ IsHexValue()
◆ ListConst()
◆ ListExprVar()
◆ ListVar()
◆ main()
int main |
( |
int |
, |
|
|
char ** |
|
|
) |
| |
◆ Mega()
◆ Milli()
◆ Mul()
◆ Not()
◆ Ping()
◆ Rnd()
◆ SelfTest()
◆ Splash()
◆ StrFun0()
◆ StrFun2()
◆ ThrowAnException()