class StackTrace

Defined at line 173 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/natural_types.h

A stack trace, as a collection of stack frames.

Public Methods

void StackTrace (Storage_ storage)
void StackTrace ()

Defined at line 179 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/natural_types.h

void StackTrace (StackTrace && )

Defined at line 180 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/natural_types.h

void StackTrace (const StackTrace & other)
StackTrace & operator= (StackTrace && )

Defined at line 181 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/natural_types.h

StackTrace & operator= (const StackTrace & other)
bool operator== (const StackTrace & other)
bool operator!= (const StackTrace & other)
bool IsEmpty ()
const std::optional< ::std::vector<uint64_t>> & stack_frames ()

Ordered vector of frame pointers, from the narrower to the wider location.

::std::optional< ::std::vector<uint64_t>> & stack_frames ()

Ordered vector of frame pointers, from the narrower to the wider location.

StackTrace & stack_frames (std::optional< ::std::vector<uint64_t>> value)

Ordered vector of frame pointers, from the narrower to the wider location.

void StackTrace (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits