------------------------------------------------------------------------------ \brief Clear all user defined variables. \throw nothrow Resets the parser to string parsing mode by calling #ReInit. */
| 1598 | Resets the parser to string parsing mode by calling #ReInit. |
| 1599 | */ |
| 1600 | void ParserBase::ClearVar() |
| 1601 | { |
| 1602 | m_VarDef.clear(); |
| 1603 | ReInit(); |
| 1604 | } |
| 1605 | |
| 1606 | //------------------------------------------------------------------------------ |
| 1607 | /** \brief Remove a variable from internal storage. |