The struct to store the current stacktrace upon its construction.
More...
#include <error.hpp>
|
char const * | stacktrace () const |
| Get the stored stacktrace captured during object construction. More...
|
|
|
std::string const | _stacktrace |
| The whole stacktrace stored as one string.
|
|
The struct to store the current stacktrace upon its construction.
Definition at line 39 of file error.hpp.
◆ stacktrace()
char const* cudf::stacktrace_recorder::stacktrace |
( |
| ) |
const |
|
inline |
Get the stored stacktrace captured during object construction.
- Returns
- The pointer to a null-terminated string storing the output stacktrace
Definition at line 52 of file error.hpp.
The documentation for this struct was generated from the following file: