公共成员函数 | 保护属性 | 所有成员列表
cudf::stacktrace_recorder 结构体参考

在构造时存储当前堆栈跟踪的结构体。更多...

#include <error.hpp>

cudf::stacktrace_recorder 的继承图
cudf::cuda_error cudf::data_type_error cudf::logic_error cudf::fatal_cuda_error

公共成员函数

char const * stacktrace () const
 获取对象构造时捕获的存储的堆栈跟踪。更多...
 

保护属性

std::string const _stacktrace
 整个堆栈跟踪存储为一个字符串。
 

详细描述

在构造时存储当前堆栈跟踪的结构体。

定义在文件 error.hpp 的第 39 行。

成员函数文档

◆ stacktrace()

char const* cudf::stacktrace_recorder::stacktrace ( ) const
inline

获取对象构造时捕获的存储的堆栈跟踪。

返回
指向存储输出堆栈跟踪的空终止字符串的指针

定义在文件 error.hpp 的第 52 行。


此结构体的文档由以下文件生成