NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
mu::ParserInt Member List

This is the complete list of members for mu::ParserInt, including all inherited members.

Abs(value_type)mu::ParserIntprivatestatic
ActivateLoopMode(unsigned int _nLoopLength)mu::ParserBase
ActiveLoopMode() constmu::ParserBase
Add(value_type v1, value_type v2)mu::ParserIntprivatestatic
AddCallback(const string_type &a_strName, const ParserCallback &a_Callback, funmap_type &a_Storage, const char_type *a_szCharSet)mu::ParserBaseprivate
AddValIdent(identfun_type a_pCallback)mu::ParserBase
And(value_type v1, value_type v2)mu::ParserIntprivatestatic
ApplyBinOprt(ParserStack< token_type > &a_stOpt, ParserStack< token_type > &a_stVal) constmu::ParserBaseprivate
ApplyFunc(ParserStack< token_type > &a_stOpt, ParserStack< token_type > &a_stVal, int iArgCount) constmu::ParserBaseprivate
ApplyIfElse(ParserStack< token_type > &a_stOpt, ParserStack< token_type > &a_stVal) constmu::ParserBaseprivate
ApplyRemainingOprt(ParserStack< token_type > &a_stOpt, ParserStack< token_type > &a_stVal) constmu::ParserBaseprivate
ApplyStrFunc(const token_type &a_FunTok, const std::vector< token_type > &a_vArg) constmu::ParserBaseprivate
Assign(const ParserBase &a_Parser)mu::ParserBaseprivate
bCompilingmu::ParserBaseprivate
bMakeLoopByteCodemu::ParserBaseprivate
bPauseLockmu::ParserBaseprivate
bPauseLoopByteCodemu::ParserBaseprivate
c_DefaultOprtmu::ParserBaseprotectedstatic
CacheCurrentAccess(const CachedDataAccess &_access)mu::ParserBase
CacheCurrentEquation(const std::string &sEquation)mu::ParserBase
CacheCurrentTarget(const std::string &sEquation)mu::ParserBase
CanCacheAccess()mu::ParserBase
checkDelimiter(StringView sLine)mu::ParserBaseprivate
CheckName(const string_type &a_strName, const string_type &a_CharSet) constmu::ParserBaseprivate
CheckOprt(const string_type &a_sName, const ParserCallback &a_Callback, const string_type &a_szCharSet) constmu::ParserBaseprivate
ClearConst()mu::ParserBase
ClearFun()mu::ParserBase
ClearInfixOprt()mu::ParserBase
ClearOprt()mu::ParserBase
ClearPostfixOprt()mu::ParserBase
ClearVar()mu::ParserBase
ClearVectorVars(bool bIgnoreProcedureVects=false)mu::ParserBase
compileVectorExpansion(MutableStringView sSubExpr, const std::string &sVectorVarName)mu::ParserBaseprivate
compileVectors(MutableStringView sExpr)mu::ParserBaseprivate
compileVectorsInMultiArgFunc(MutableStringView &sExpr, size_t &nPos)mu::ParserBaseprivate
ContainsVectorVars(StringView sExpr, bool ignoreSingletons)mu::ParserBase
CreateRPN()mu::ParserBaseprivate
CreateTempVectorVar(const std::vector< mu::value_type > &vVar)mu::ParserBase
DeactivateLoopMode()mu::ParserBase
DefineConst(const string_type &a_sName, value_type a_fVal)mu::ParserBase
DefineFun(const string_type &a_strName, T a_pFun, bool optimizeAway=true)mu::ParserBaseinline
DefineInfixOprt(const string_type &a_strName, fun_type1 a_pOprt, int a_iPrec=prINFIX, bool optimizeAway=true)mu::ParserBase
DefineInfixOprtChars(const char_type *a_szCharset)mu::ParserBase
DefineNameChars(const char_type *a_szCharset)mu::ParserBase
DefineOprt(const string_type &a_strName, fun_type2 a_pFun, unsigned a_iPri=0, EOprtAssociativity a_eAssociativity=oaLEFT, bool optimizeAway=true)mu::ParserBase
DefineOprtChars(const char_type *a_szCharset)mu::ParserBase
DefinePostfixOprt(const string_type &a_strFun, fun_type1 a_pOprt, bool optimizeAway=true)mu::ParserBase
DefineStrConst(const string_type &a_sName, const string_type &a_strVal)mu::ParserBase
DefineVar(const string_type &a_sName, value_type *a_fVar)mu::ParserBase
DisableAccessCaching()mu::ParserBase
Div(value_type v1, value_type v2)mu::ParserIntprivatestatic
EMPTYSTRINGmu::ParserBaseprivate
EnableBuiltInOprt(bool a_bIsOn=true)mu::ParserBase
EnableDebugDump(bool bDumpCmd, bool bDumpStack)mu::ParserBasestatic
EnableOptimizer(bool a_bIsOn=true)mu::ParserBase
Equal(value_type v1, value_type v2)mu::ParserIntprivatestatic
Error(EErrorCodes a_iErrc, int a_iPos=(int) mu::string_type::npos, const string_type &a_strTok=string_type()) constmu::ParserBase
Error(EErrorCodes a_iErrc, const string_type &a_Expr, int a_iPos=(int) mu::string_type::npos, const string_type &a_strTok=string_type()) constmu::ParserBase
Eval()mu::ParserBase
Eval(int &nStackSize)mu::ParserBase
Eval(value_type *results, int nBulkSize)mu::ParserBase
evaluateTemporaryVectors(const VectorEvaluation &vectEval, int nStackSize)mu::ParserBaseprivate
exception_type typedefmu::ParserBase
expandVector(mu::value_type dFirst, const mu::value_type &dLast, const mu::value_type &dIncrement, std::vector< mu::value_type > &vResults)mu::ParserBaseprivate
FindMultiArgFunc(StringView sExpr, size_t nPos, std::string &sMultArgFunc)mu::ParserBaseprivate
g_DbgDumpCmdCodemu::ParserBaseprotectedstatic
g_DbgDumpStackmu::ParserBaseprotectedstatic
GetArgSep() constmu::ParserBase
GetCachedAccess(size_t nthAccess)mu::ParserBase
GetCachedEquation() constmu::ParserBase
GetCachedTarget() constmu::ParserBase
GetConst() constmu::ParserBase
GetExpr() constmu::ParserBase
GetFunDef() constmu::ParserBase
getNextVarObject(std::string &sArgList, bool bCut)mu::ParserBaseprivate
getNextVectorVarIndex()mu::ParserBaseprivate
GetOprtAssociativity(const token_type &a_Tok) constmu::ParserBaseprivate
GetOprtDef() constmu::ParserBase
GetOprtPrecedence(const token_type &a_Tok) constmu::ParserBaseprivate
getTarget() constmu::ParserBaseprivate
GetUsedVar()mu::ParserBase
GetVar() constmu::ParserBase
GetVectors() constmu::ParserBase
GetVectorVar(const std::string &sVarName)mu::ParserBase
GetVersion(EParserVersionInfo eInfo=pviFULL) constmu::ParserBase
Greater(value_type v1, value_type v2)mu::ParserIntprivatestatic
GreaterEq(value_type v1, value_type v2)mu::ParserIntprivatestatic
HasBuiltInOprt() constmu::ParserBase
HasCachedAccess()mu::ParserBase
Init()mu::ParserBaseprotected
InitCharSets()mu::ParserIntvirtual
InitConst()mu::ParserIntvirtual
InitFun()mu::ParserIntvirtual
InitOprt()mu::ParserIntvirtual
InitTokenReader()mu::ParserBaseprivate
IsAlreadyParsed(StringView sNewEquation)mu::ParserBase
IsBinVal(const char_type *a_szExpr, int *a_iPos, value_type *a_iVal)mu::ParserIntprivatestatic
IsCompiling()mu::ParserBase
IsHexVal(const char_type *a_szExpr, int *a_iPos, value_type *a_iVal)mu::ParserIntprivatestatic
IsLockedPause() constmu::ParserBase
IsNotLastStackItem() constmu::ParserBase
IsVal(const char_type *a_szExpr, int *a_iPos, value_type *a_iVal)mu::ParserIntprivatestatic
IsValidByteCode(unsigned int _nthLoopElement=-1, unsigned int _nthPartEquation=0)mu::ParserBase
Ite(value_type, value_type, value_type)mu::ParserIntprivatestatic
Less(value_type v1, value_type v2)mu::ParserIntprivatestatic
LessEq(value_type v1, value_type v2)mu::ParserIntprivatestatic
LockPause(bool _bLock=true)mu::ParserBase
LogAnd(value_type v1, value_type v2)mu::ParserIntprivatestatic
LogOr(value_type v1, value_type v2)mu::ParserIntprivatestatic
m_bBuiltInOpmu::ParserBaseprivate
m_buffermu::ParserBasemutableprivate
m_compilingStatemu::ParserBasemutableprivate
m_compilingTargetmu::ParserBasemutableprivate
m_ConstDefmu::ParserBaseprivate
m_FunDefmu::ParserBaseprivate
m_InfixOprtDefmu::ParserBaseprivate
m_lDataStoragemu::ParserBasemutable
m_nIfElseCountermu::ParserBasemutableprivate
m_OprtDefmu::ParserBaseprivate
m_PostOprtDefmu::ParserBaseprivate
m_pParseFormulamu::ParserBasemutableprivate
m_pTokenReadermu::ParserBaseprivate
m_sInfixOprtCharsmu::ParserBaseprivate
m_sNameCharsmu::ParserBaseprivate
m_sOprtCharsmu::ParserBaseprivate
m_statemu::ParserBaseprivate
m_stateStacksmu::ParserBasemutableprivate
m_StrVarDefmu::ParserBaseprivate
m_VarDefmu::ParserBaseprivate
m_vStringBufmu::ParserBasemutableprivate
m_vStringVarBufmu::ParserBaseprivate
Max(const value_type *a_afArg, int a_iArgc)mu::ParserIntprivatestatic
Min(const value_type *a_afArg, int a_iArgc)mu::ParserIntprivatestatic
Mod(value_type v1, value_type v2)mu::ParserIntprivatestatic
Mul(value_type v1, value_type v2)mu::ParserIntprivatestatic
mVarMapPntrmu::ParserBasemutable
mVectorVarsmu::ParserBasemutableprivate
nCurrVectorIndexmu::ParserBaseprivate
nMaxThreadsmu::ParserBaseprivate
Not(value_type v1)mu::ParserIntprivatestatic
NotEqual(value_type v1, value_type v2)mu::ParserIntprivatestatic
nthLoopElementmu::ParserBaseprivate
nthLoopPartEquationmu::ParserBaseprivate
OnDetectVar(string_type *pExpr, int &nStart, int &nEnd)mu::ParserBaseprotectedvirtual
operator=(const ParserBase &a_Parser)mu::ParserBase
Or(value_type v1, value_type v2)mu::ParserIntprivatestatic
ParseCmdCode()mu::ParserBaseprivate
ParseCmdCodeBulk(int nOffset, int nThreadID)mu::ParserBaseprivate
ParseCmdCodeBulkParallel(size_t nVectorLength)mu::ParserBaseprivate
ParseFunction typedefmu::ParserBaseprivate
ParserBase()mu::ParserBase
ParserBase(const ParserBase &a_Parser)mu::ParserBase
ParserInt()mu::ParserInt
ParseString()mu::ParserBaseprivate
PauseLoopMode(bool _bPause=true)mu::ParserBase
Pow(value_type v1, value_type v2)mu::ParserIntprivatestatic
ReInit()mu::ParserBaseprivate
RemoveVar(const string_type &a_strVarName)mu::ParserBase
replaceLocalVars(std::string &sLine)mu::ParserBaseprivate
ResetLocale()mu::ParserBase
Round(value_type v)mu::ParserIntinlineprivatestatic
s_localemu::ParserBaseprotectedstatic
SetArgSep(char_type cArgSep)mu::ParserBase
SetCompiling(bool _bCompiling=true)mu::ParserBase
SetDecSep(char_type cDecSep)mu::ParserBase
SetExpr(StringView a_sExpr)mu::ParserBase
SetIndex(unsigned int _nLoopElement)mu::ParserBase
SetThousandsSep(char_type cThousandsSep=0)mu::ParserBase
SetVarFactory(facfun_type a_pFactory, void *pUserData=NULL)mu::ParserBase
SetVectorVar(const std::string &sVarName, const std::vector< mu::value_type > &vVar, bool bAddVectorType=false)mu::ParserBase
Shl(value_type v1, value_type v2)mu::ParserIntprivatestatic
Shr(value_type v1, value_type v2)mu::ParserIntprivatestatic
Sign(value_type)mu::ParserIntprivatestatic
StackDump(const ParserStack< token_type > &a_stVal, const ParserStack< token_type > &a_stOprt) constmu::ParserBaseprivate
stringbuf_type typedefmu::ParserBaseprivate
Sub(value_type v1, value_type v2)mu::ParserIntprivatestatic
Sum(const value_type *a_afArg, int a_iArgc)mu::ParserIntprivatestatic
token_reader_type typedefmu::ParserBaseprivate
token_type typedefmu::ParserBaseprivate
UnaryMinus(value_type)mu::ParserIntprivatestatic
UpdateVectorVar(const std::string &sVarName)mu::ParserBase
ValidInfixOprtChars() constmu::ParserBase
ValidNameChars() constmu::ParserBase
ValidOprtChars() constmu::ParserBase
Xor(value_type v1, value_type v2)mu::ParserIntprivatestatic
~ParserBase()mu::ParserBasevirtual