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

Method AddIfElse

libraries/muparser/src/muParserBytecode.cpp:345–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344
345 void ParserByteCode::AddIfElse(ECmdCode a_Oprt)
346 {
347 SToken tok;
348 tok.Cmd = a_Oprt;
349 m_vRPN.push_back(tok);
350 }
351
352
353 /** \brief Add an assignment operator

Callers 2

ApplyIfElseMethod · 0.80
CreateRPNMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected