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

Method ClearVar

libraries/muparser/src/muParserBase.cpp:1600–1604  ·  view source on GitHub ↗

------------------------------------------------------------------------------ \brief Clear all user defined variables. \throw nothrow Resets the parser to string parsing mode by calling #ReInit. */

Source from the content-addressed store, hash-verified

1598 Resets the parser to string parsing mode by calling #ReInit.
1599 */
1600 void ParserBase::ClearVar()
1601 {
1602 m_VarDef.clear();
1603 ReInit();
1604 }
1605
1606 //------------------------------------------------------------------------------
1607 /** \brief Remove a variable from internal storage.

Callers 1

mupClearVarFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected