|
fastdo
0.6.16
|
表达式库错误 更多...
#include <eienexpr.hpp>


Public 类型 | |
| enum | { eeNone, eeExprParseError, eeStringParseError, eeOperandTypeError, eeValueTypeError, eeFuncParamTypeError, eeFuncParamCountError, eeVarCtxNotFound, eeVarNotFound, eeFuncNotFound, eeEvaluateFailed, eeOutOfArrayBound } |
Public 类型 继承自 winux::Error | |
| enum | |
Public 成员函数 | |
| ExprError (int errNo, winux::AnsiString const &err) throw () | |
Public 成员函数 继承自 winux::Error | |
| Error () throw () | |
| Error (int errType, AnsiString const &errStr) throw () | |
| virtual | ~Error () throw () |
| virtual int | getErrType () const throw () |
| virtual char const * | what () const throw () |
表达式库错误
在文件 eienexpr.hpp 第 32 行定义.
| anonymous enum |
在文件 eienexpr.hpp 第 35 行定义.
|
inline | ||||||||||||||||||||
在文件 eienexpr.hpp 第 51 行定义.