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

Method ValidOprtChars

libraries/muparser/src/muParserBase.cpp:505–509  ·  view source on GitHub ↗

--------------------------------------------------------------------------- \brief Virtual function that defines the characters allowed in operator definitions. \sa #ValidNameChars, #ValidPrefixOprtChars */

Source from the content-addressed store, hash-verified

503 \sa #ValidNameChars, #ValidPrefixOprtChars
504 */
505 const char_type* ParserBase::ValidOprtChars() const
506 {
507 MUP_ASSERT(m_sOprtChars.size());
508 return m_sOprtChars.c_str();
509 }
510
511 //---------------------------------------------------------------------------
512 /** \brief Virtual function that defines the characters allowed in infix operator definitions.

Callers 2

ExtractOperatorTokenMethod · 0.80
IsPostOpTokMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected