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

Method clear

libraries/muparser/src/muParserBytecode.cpp:544–549  ·  view source on GitHub ↗

\brief Delete the bytecode. \throw nothrow The name of this function is a violation of my own coding guidelines but this way it's more in line with the STL functions thus more intuitive. */

Source from the content-addressed store, hash-verified

542 intuitive.
543 */
544 void ParserByteCode::clear()
545 {
546 m_vRPN.clear();
547 m_iStackPos = 0;
548 m_iMaxStackSize = 0;
549 }
550
551
552 /** \brief Dump bytecode (for debugging only!). */

Callers 15

~JWWListMethod · 0.45
~JWWBlockListMethod · 0.45
InitMethod · 0.45
resetMethod · 0.45
~DRW_TableEntryMethod · 0.45
resetMethod · 0.45
~dxfRWMethod · 0.45
parseCodeMethod · 0.45
clearVarsMethod · 0.45
ReInitMethod · 0.45
ReInitMethod · 0.45
ClearVarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected