OpcUaCanOpen
CANopen OPC-UA server
mu::ParserBase Member List

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

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
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
c_DefaultOprtmu::ParserBaseprotectedstatic
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
CreateRPN() constmu::ParserBaseprivate
DefineConst(const string_type &a_sName, value_type a_fVal)mu::ParserBase
DefineFun(const string_type &a_strName, T a_pFun, bool a_bAllowOpt=true)mu::ParserBaseinline
DefineInfixOprt(const string_type &a_strName, fun_type1 a_pOprt, int a_iPrec=prINFIX, bool a_bAllowOpt=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 a_bAllowOpt=false)mu::ParserBase
DefineOprtChars(const char_type *a_szCharset)mu::ParserBase
DefinePostfixOprt(const string_type &a_strFun, fun_type1 a_pOprt, bool a_bAllowOpt=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
EnableBuiltInOprt(bool a_bIsOn=true)mu::ParserBase
EnableDebugDump(bool bDumpCmd, bool bDumpStack)mu::ParserBasestatic
EnableOptimizer(bool a_bIsOn=true)mu::ParserBase
Error(EErrorCodes a_iErrc, int a_iPos=(int) mu::string_type::npos, const string_type &a_strTok=string_type()) constmu::ParserBase
Eval() constmu::ParserBase
Eval(int &nStackSize) constmu::ParserBase
Eval(value_type *results, int nBulkSize)mu::ParserBase
exception_type typedefmu::ParserBase
g_DbgDumpCmdCodemu::ParserBaseprotectedstatic
g_DbgDumpStackmu::ParserBaseprotectedstatic
GetArgSep() constmu::ParserBase
GetConst() constmu::ParserBase
GetExpr() constmu::ParserBase
GetFunDef() constmu::ParserBase
GetNumResults() constmu::ParserBase
GetOprtAssociativity(const token_type &a_Tok) constmu::ParserBaseprivate
GetOprtDef() constmu::ParserBase
GetOprtPrecedence(const token_type &a_Tok) constmu::ParserBaseprivate
GetUsedVar() constmu::ParserBase
GetVar() constmu::ParserBase
GetVersion(EParserVersionInfo eInfo=pviFULL) constmu::ParserBase
HasBuiltInOprt() constmu::ParserBase
Init()mu::ParserBaseprotected
InitCharSets()=0mu::ParserBaseprotectedpure virtual
InitConst()=0mu::ParserBaseprotectedpure virtual
InitFun()=0mu::ParserBaseprotectedpure virtual
InitOprt()=0mu::ParserBaseprotectedpure virtual
InitTokenReader()mu::ParserBaseprivate
m_bBuiltInOpmu::ParserBaseprivate
m_ConstDefmu::ParserBaseprivate
m_FunDefmu::ParserBaseprivate
m_InfixOprtDefmu::ParserBaseprivate
m_nFinalResultIdxmu::ParserBasemutableprivate
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_StrVarDefmu::ParserBaseprivate
m_VarDefmu::ParserBaseprivate
m_vRPNmu::ParserBasemutableprivate
m_vStackBuffermu::ParserBasemutableprivate
m_vStringBufmu::ParserBasemutableprivate
m_vStringVarBufmu::ParserBaseprivate
OnDetectVar(string_type *pExpr, int &nStart, int &nEnd)mu::ParserBaseprotectedvirtual
operator=(const ParserBase &a_Parser)mu::ParserBase
ParseCmdCode() constmu::ParserBaseprivate
ParseCmdCodeBulk(int nOffset, int nThreadID) constmu::ParserBaseprivate
ParseFunction typedefmu::ParserBaseprivate
ParserBase()mu::ParserBase
ParserBase(const ParserBase &a_Parser)mu::ParserBase
ParserTokenReader classmu::ParserBasefriend
ParseString() constmu::ParserBaseprivate
ReInit() constmu::ParserBaseprivate
RemoveVar(const string_type &a_strVarName)mu::ParserBase
ResetLocale()mu::ParserBase
s_localemu::ParserBaseprotectedstatic
s_MaxNumOpenMPThreadsmu::ParserBaseprivatestatic
SetArgSep(char_type cArgSep)mu::ParserBase
SetDecSep(char_type cDecSep)mu::ParserBase
SetExpr(const string_type &a_sExpr)mu::ParserBase
SetThousandsSep(char_type cThousandsSep=0)mu::ParserBase
SetVarFactory(facfun_type a_pFactory, void *pUserData=NULL)mu::ParserBase
StackDump(const ParserStack< token_type > &a_stVal, const ParserStack< token_type > &a_stOprt) constmu::ParserBaseprivate
stringbuf_type typedefmu::ParserBaseprivate
token_reader_type typedefmu::ParserBaseprivate
token_type typedefmu::ParserBaseprivate
valbuf_type typedefmu::ParserBaseprivate
ValidInfixOprtChars() constmu::ParserBase
ValidNameChars() constmu::ParserBase
ValidOprtChars() constmu::ParserBase
~ParserBase()mu::ParserBasevirtual