------------------------------------------------------------------------------ \brief Query status of built in variables. \return #m_bBuiltInOp; true if built in operators are enabled. \throw nothrow */
| 1723 | \throw nothrow |
| 1724 | */ |
| 1725 | bool ParserBase::HasBuiltInOprt() const |
| 1726 | { |
| 1727 | return m_bBuiltInOp; |
| 1728 | } |
| 1729 | |
| 1730 | //------------------------------------------------------------------------------ |
| 1731 | /** \brief Get the argument separator character. |