An intrusive stack of captured stack traces.
Synopsis
Declared in <folly/debugging/exception_tracer/StackTrace.h>
class StackTraceStack;
Member Functions
Name |
Description |
|
Constructors |
|
Deleted copy assignment; the stack is non‐copyable. |
Clear the stack. |
|
Is the stack empty? |
|
Move the top stack trace from other onto this. |
|
Return the stack trace following p, or nullptr if p is the bottom of the stack. |
|
Pop the top stack trace from the stack. |
|
Push the current stack trace onto the stack. |
|
Return the top stack trace, or nullptr if the stack is empty. |
Created with MrDocs