GetCode() const | mu::ParserError | |
GetExpr() const | mu::ParserError | |
GetMsg() const | mu::ParserError | |
GetPos() const | mu::ParserError | |
GetToken() const | mu::ParserError | |
m_ErrMsg (defined in mu::ParserError) | mu::ParserError | [private] |
m_iErrc | mu::ParserError | [private] |
m_iPos | mu::ParserError | [private] |
m_strFormula | mu::ParserError | [private] |
m_strMsg | mu::ParserError | [private] |
m_strTok | mu::ParserError | [private] |
operator=(const ParserError &a_Obj) | mu::ParserError | |
ParserError() | mu::ParserError | |
ParserError(EErrorCodes a_iErrc) | mu::ParserError | [explicit] |
ParserError(const string_type &sMsg) | mu::ParserError | [explicit] |
ParserError(EErrorCodes a_iErrc, const string_type &sTok, const string_type &sFormula=string_type(_T("(formula is not available)")), int a_iPos=-1) | mu::ParserError | |
ParserError(EErrorCodes a_iErrc, int a_iPos, const string_type &sTok) | mu::ParserError | |
ParserError(const char_type *a_szMsg, int a_iPos=-1, const string_type &sTok=string_type()) | mu::ParserError | |
ParserError(const ParserError &a_Obj) | mu::ParserError | |
ReplaceSubString(string_type &strSource, const string_type &strFind, const string_type &strReplaceWith) | mu::ParserError | [private] |
Reset() | mu::ParserError | [private] |
SetFormula(const string_type &a_strFormula) | mu::ParserError | |
~ParserError() (defined in mu::ParserError) | mu::ParserError |