template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_memory_sampler::wire::StackTrace Build ()

Build and return the table. The builder should not be used after this.

bool has_stack_frames ()
void clear_stack_frames ()

Clears the stack_frames field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::VectorView<uint64_t> & stack_frames ()

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

BuilderImpl & stack_frames (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint64_t>>> elem)

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

Protected Methods

void WireTableBaseBuilder< ::fuchsia_memory_sampler::wire::StackTrace, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_memory_sampler::wire::StackTrace>> && frame)

Records