MCPcopy Create free account
hub / github.com/LibreCAD/LibreCAD / GetCode

Method GetCode

libraries/muparser/src/muParserError.cpp:328–331  ·  view source on GitHub ↗

------------------------------------------------------------------------------ \brief Return the error code. */

Source from the content-addressed store, hash-verified

326 //------------------------------------------------------------------------------
327 /** \brief Return the error code. */
328 EErrorCodes ParserError::GetCode() const
329 {
330 return m_iErrc;
331 }
332} // namespace mu
333
334#if defined(_MSC_VER)

Callers 12

mupGetErrorCodeFunction · 0.45
IsBuiltInMethod · 0.45
CheckOprtMethod · 0.45
GetOprtPrecedenceMethod · 0.45
GetOprtAssociativityMethod · 0.45
ApplyStrFuncMethod · 0.45
ApplyFuncMethod · 0.45
ApplyIfElseMethod · 0.45
ApplyBinOprtMethod · 0.45
ApplyRemainingOprtMethod · 0.45
CreateRPNMethod · 0.45
StackDumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected