------------------------------------------------------------------------------ \brief Set the expression related to this error. */
| 288 | //------------------------------------------------------------------------------ |
| 289 | /** \brief Set the expression related to this error. */ |
| 290 | void ParserError::SetFormula(const string_type& a_strFormula) |
| 291 | { |
| 292 | m_strFormula = a_strFormula; |
| 293 | } |
| 294 | |
| 295 | //------------------------------------------------------------------------------ |
| 296 | /** \brief gets the expression related tp this error.*/ |
no outgoing calls
no test coverage detected