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

Method clear

ibtk/contrib/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

EqnTestMethod · 0.45
ReInitMethod · 0.45
ReInitMethod · 0.45
ClearVarMethod · 0.45
ClearFunMethod · 0.45
ClearConstMethod · 0.45
ClearPostfixOprtMethod · 0.45
ClearOprtMethod · 0.45
ClearInfixOprtMethod · 0.45
buildLocalIndicesMethod · 0.45
endDataRedistributionMethod · 0.45
initializeLevelDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

EqnTestMethod · 0.36