Create a StackTraceFrame object having the default attribute values.
Synopsis
Declared in <balst_stacktraceframe.h>
explicit
StackTraceFrame(bslma::Allocator* basicAllocator = 0);
Description
The (default) attribute values are: ` address == 0 libraryFileName == "" lineNumber == ‐1 mangledSymbolName == "" offsetFromSymbol == (size_t)‐1 sourceFileName == "" symbolName == "" ` Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used.
Parameters
Name |
Description |
basicAllocator |
memory allocator; null uses the default |
Created with MrDocs