This class defines an object that, if streamed to a bsl::ostream, will output a stack trace to that stream.

Synopsis

Declared in <balst_stacktraceprinter.h>

class StackTracePrinter;

Member Functions

Name

Description

StackTracePrinter [constructor]

Constructors

Friends

Name

Description

BloombergLP::balst::operator<<

Stream a newline followed by a multiline stack trace according to the parameters passed to the specified object at its creation to the specified stream.

Created with MrDocs