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

Method GetArgSep

libraries/muparser/src/muParserBase.cpp:1733–1736  ·  view source on GitHub ↗

------------------------------------------------------------------------------ \brief Get the argument separator character. */

Source from the content-addressed store, hash-verified

1731 /** \brief Get the argument separator character.
1732 */
1733 char_type ParserBase::GetArgSep() const
1734 {
1735 return m_pTokenReader->GetArgSep();
1736 }
1737
1738 //------------------------------------------------------------------------------
1739 /** \brief Set argument separator.

Callers 1

SetExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected