MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / GetCode

Method GetCode

Siv3D/src/ThirdParty/muparser/muParserError.cpp:327–330  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 11

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