#include <muParserError.h>
Public Types | |
| typedef ParserErrorMsg | self_type |
Public Member Functions | |
| ParserErrorMsg & | operator= (const ParserErrorMsg &) |
| Assignement operator is deactivated. | |
| ParserErrorMsg (const ParserErrorMsg &) | |
| string_type | operator[] (unsigned a_iIdx) const |
Static Public Member Functions | |
| static const ParserErrorMsg & | Instance () |
Private Attributes | |
| std::vector< string_type > | m_vErrMsg |
| A vector with the predefined error messages. | |
Static Private Attributes | |
| static const self_type | m_Instance |
| The instance pointer. | |
1.5.5