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