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

Method GetOprtDef

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

--------------------------------------------------------------------------- \brief Get the default symbols used for the built in operators. \sa c_DefaultOprt */

Source from the content-addressed store, hash-verified

457 \sa c_DefaultOprt
458 */
459 const char_type** ParserBase::GetOprtDef() const
460 {
461 return (const char_type**)(&c_DefaultOprt[0]);
462 }
463
464 //---------------------------------------------------------------------------
465 /** \brief Define the set of valid characters to be used in names of

Callers 2

IsBuiltInMethod · 0.80
IsOprtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected