Create a StackTraceFrame object having the default attribute values.
Declared in <balst_stacktraceframe.h>
explicit
StackTraceFrame(bslma::Allocator* basicAllocator = 0);
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.
| Name | Description |
|---|---|
| basicAllocator | memory allocator; null uses the default |