Write the value of the specified stackTraceFrame to the specified output stream in some single‐line, human‐readable format and return a reference to stream.
Synopsis
Declared in <balst_stacktraceutil.h>
static
std::ostream&
printFormatted(
std::ostream& stream,
StackTraceFrame const& stackTraceFrame);
Description
The name of the symbol is represented by the symbolName property of stackTraceFrame, if known; otherwise, it is represented by the mangledSymbolName property, if known; otherwise, it is represented by "‐‐unknown‐‐". Other frame attributes are written only if their values are known. Note that the format is not fully specified, and can change without notice. Also note that this method attempts to avoid using the default allocator.
Return Value
a reference to stream
Parameters
Name |
Description |
stream |
output stream |
stackTraceFrame |
stack‐trace frame to write |
Created with MrDocs