载入中...
搜索中...
未找到
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.h13 行定义.

构造及析构函数说明

◆ Exception()

eve::Exception::Exception ( const char *  fmt,
  ... 
)

在文件 Exception.cpp14 行定义.

引用了 eve::debug::rtError().

◆ ~Exception()

eve::Exception::~Exception ( )
throw (
)
virtual

在文件 Exception.cpp50 行定义.

成员函数说明

◆ what()

virtual const char * eve::Exception::what ( ) const
throw (
)
inlinevirtual

Returns a string containing reason for the exception.

返回
A description of the exception.

在文件 Exception.h23 行定义.

被这些函数引用 eve::thread::JobSystemThreadPool::State::fireCompletion() , 以及 eve::thread::JobSystemThreadPool::State::runJob().


该类的文档由以下文件生成: