Constructors
Declared in <balst_stacktrace.h>
Create an empty StackTrace object (having a length of 0).
explicit
StackTrace(bslma::Allocator* basicAllocator = 0);
» more...
Create a StackTrace object having the same value as the specified original object.
StackTrace(
StackTrace const& original,
bslma::Allocator* basicAllocator = 0);
» more...
| Name | Description |
|---|---|
| basicAllocator | memory allocator; null uses heap-bypass |
| original | object to copy |