template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_memory_attribution::wire::UpdatedPrincipal Build ()

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

bool has_identifier ()
void clear_identifier ()

Clears the identifier field.

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

O(number_of_fields) complexity.

uint64_t & identifier ()

The identifier of this principal.

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

The identifier of this principal.

bool has_resources ()
void clear_resources ()

Clears the resources field.

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

O(number_of_fields) complexity.

::fuchsia_memory_attribution::wire::Resources & resources ()

The resources owned by this principal.

If the size of the Resource vector is too big to fit in a FIDL message, `buffer` should

contain a serialized vector of Resources.

BuilderImpl & resources (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_memory_attribution::wire::Resources>> elem)

The resources owned by this principal.

If the size of the Resource vector is too big to fit in a FIDL message, `buffer` should

contain a serialized vector of Resources.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_memory_attribution::wire::UpdatedPrincipal, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_memory_attribution::wire::UpdatedPrincipal>> && frame)

Records