Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ApplyIfElse
Method · 0.80
CreateRPN
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected