------------------------------------------------------------------------------ \brief Clear all functions. \post Resets the parser to string parsing mode. \throw nothrow */
| 1625 | \throw nothrow |
| 1626 | */ |
| 1627 | void ParserBase::ClearFun() |
| 1628 | { |
| 1629 | m_FunDef.clear(); |
| 1630 | ReInit(); |
| 1631 | } |
| 1632 | |
| 1633 | //------------------------------------------------------------------------------ |
| 1634 | /** \brief Clear all user defined constants. |