CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
carla::detail::SharedException类 参考

#include <RecurrentSharedFuture.h>

+ 类 carla::detail::SharedException 继承关系图:
+ carla::detail::SharedException 的协作图:

Public 成员函数

std::shared_ptr< std::exception > GetException () const
 
 SharedException ()
 
 SharedException (std::shared_ptr< std::exception > e)
 
const char * what () const noexcept override
 

Private 属性

std::shared_ptr< std::exception > _exception
 

详细描述

在文件 RecurrentSharedFuture.h88 行定义.

构造及析构函数说明

◆ SharedException() [1/2]

carla::detail::SharedException::SharedException ( )
inline

在文件 RecurrentSharedFuture.h91 行定义.

◆ SharedException() [2/2]

carla::detail::SharedException::SharedException ( std::shared_ptr< std::exception > e)
inline

在文件 RecurrentSharedFuture.h94 行定义.

成员函数说明

◆ GetException()

std::shared_ptr< std::exception > carla::detail::SharedException::GetException ( ) const
inline

在文件 RecurrentSharedFuture.h101 行定义.

引用了 _exception.

◆ what()

const char * carla::detail::SharedException::what ( ) const
inlineoverridenoexcept

在文件 RecurrentSharedFuture.h97 行定义.

引用了 _exception.

类成员变量说明

◆ _exception

std::shared_ptr<std::exception> carla::detail::SharedException::_exception
private

在文件 RecurrentSharedFuture.h107 行定义.

被这些函数引用 GetException() , 以及 what().


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