MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / GetPos

Method GetPos

ibtk/contrib/muparser/src/muParserError.cpp:314–317  ·  view source on GitHub ↗

------------------------------------------------------------------------------ \brief Return the formula position related to the error. If the error is not related to a distinct position this will return -1 */

Source from the content-addressed store, hash-verified

312 If the error is not related to a distinct position this will return -1
313 */
314 int ParserError::GetPos() const
315 {
316 return m_iPos;
317 }
318
319 //------------------------------------------------------------------------------
320 /** \brief Return string related with this token (if available). */

Callers 9

mupGetErrorPosFunction · 0.45
ApplyStrFuncMethod · 0.45
ApplyFuncMethod · 0.45
ApplyIfElseMethod · 0.45
ApplyBinOprtMethod · 0.45
ParseCmdCodeBulkMethod · 0.45
CreateRPNMethod · 0.45
valueMethod · 0.45
valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected