载入中...
搜索中...
未找到
eve::Exception类 参考
#include <Exception.h>
类 eve::Exception 继承关系图:
Public 成员函数 | |
| Exception (const char *fmt,...) | |
| virtual | ~Exception () throw () |
| virtual const char * | what () const throw () |
| Returns a string containing reason for the exception. | |
详细描述
在文件 Exception.h 第 13 行定义.
构造及析构函数说明
◆ Exception()
| eve::Exception::Exception | ( | const char * | fmt, |
| ... | |||
| ) |
在文件 Exception.cpp 第 14 行定义.
◆ ~Exception()
|
virtual | |||||||||||||
在文件 Exception.cpp 第 50 行定义.
成员函数说明
◆ what()
|
inlinevirtual | |||||||||||||
Returns a string containing reason for the exception.
- 返回
- A description of the exception.
在文件 Exception.h 第 23 行定义.
被这些函数引用 eve::thread::JobSystemThreadPool::State::fireCompletion() , 以及 eve::thread::JobSystemThreadPool::State::runJob().
该类的文档由以下文件生成:
- src/engine/common/Exception.h
- src/engine/common/Exception.cpp