This struct provides a namespace for the function to obtain return addresses from the stack.
Synopsis
Declared in <bsls_stackaddressutil.h>
class StackAddressUtil;
Enums
Name |
Description |
Constants controlling stack address capture on Linux and Darwin. |
Static Member Functions
Name |
Description |
Load the specified |
|
Get an sequence of return addresses from the current thread's function call stack, ordered from most recent call to least recent, and load them into the specified array |
Created with MrDocs