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

Method GetCode

libraries/muparser/include/muParserToken.h:382–392  ·  view source on GitHub ↗

------------------------------------------------------------------------------ \brief Return the token type. \return #m_iType \throw nothrow */

Source from the content-addressed store, hash-verified

380 \throw nothrow
381 */
382 ECmdCode GetCode() const
383 {
384 if (m_pCallback.get())
385 {
386 return m_pCallback->GetCode();
387 }
388 else
389 {
390 return m_iCode;
391 }
392 }
393
394 //------------------------------------------------------------------------------
395 ETypeCode GetType() const

Callers 3

ParserTokenClass · 0.45
GetPriMethod · 0.45
GetAssociativityMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected