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

Method SetFormula

libraries/muparser/src/muParserError.cpp:290–293  ·  view source on GitHub ↗

------------------------------------------------------------------------------ \brief Set the expression related to this error. */

Source from the content-addressed store, hash-verified

288 //------------------------------------------------------------------------------
289 /** \brief Set the expression related to this error. */
290 void ParserError::SetFormula(const string_type& a_strFormula)
291 {
292 m_strFormula = a_strFormula;
293 }
294
295 //------------------------------------------------------------------------------
296 /** \brief gets the expression related tp this error.*/

Callers 3

SetByteCodeMethod · 0.45
SetExprMethod · 0.45
ParseStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected