------------------------------------------------------------------------------ \brief Set argument separator. \param cArgSep the argument separator character. */
| 1740 | \param cArgSep the argument separator character. |
| 1741 | */ |
| 1742 | void ParserBase::SetArgSep(char_type cArgSep) |
| 1743 | { |
| 1744 | m_pTokenReader->SetArgSep(cArgSep); |
| 1745 | } |
| 1746 | |
| 1747 | //------------------------------------------------------------------------------ |
| 1748 | /** \brief Dump stack content. |
no outgoing calls