MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / HasBuiltInOprt

Method HasBuiltInOprt

ibtk/contrib/muparser/src/muParserBase.cpp:1725–1728  ·  view source on GitHub ↗

------------------------------------------------------------------------------ \brief Query status of built in variables. \return #m_bBuiltInOp; true if built in operators are enabled. \throw nothrow */

Source from the content-addressed store, hash-verified

1723 \throw nothrow
1724 */
1725 bool ParserBase::HasBuiltInOprt() const
1726 {
1727 return m_bBuiltInOp;
1728 }
1729
1730 //------------------------------------------------------------------------------
1731 /** \brief Get the argument separator character.

Callers 2

IsBuiltInMethod · 0.80
IsOprtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected