template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 491 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/wire_types.h

Public Methods

::fuchsia_storage_partitions::wire::PartitionsManagerAddPartitionRequest Build ()

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

bool has_transaction ()
void clear_transaction ()

Clears the transaction field.

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

O(number_of_fields) complexity.

::zx::eventpair & transaction ()

Getter for transaction.

BuilderImpl & transaction (::zx::eventpair elem)

Setter for transaction.

bool has_num_blocks ()
void clear_num_blocks ()

Clears the num_blocks field.

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

O(number_of_fields) complexity.

uint64_t & num_blocks ()

Getter for num_blocks.

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

Setter for num_blocks.

bool has_name ()
void clear_name ()

Clears the name field.

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

O(number_of_fields) complexity.

::fidl::StringView & name ()

Getter for name.

BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Setter for name.

bool has_type_guid ()
void clear_type_guid ()

Clears the type_guid field.

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

O(number_of_fields) complexity.

::fuchsia_storage_block::wire::Guid & type_guid ()

Getter for type_guid.

BuilderImpl & type_guid (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_storage_block::wire::Guid>> elem)

Setter for type_guid.

bool has_instance_guid ()
void clear_instance_guid ()

Clears the instance_guid field.

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

O(number_of_fields) complexity.

::fuchsia_storage_block::wire::Guid & instance_guid ()

Getter for instance_guid.

BuilderImpl & instance_guid (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_storage_block::wire::Guid>> elem)

Setter for instance_guid.

bool has_flags ()
void clear_flags ()

Clears the flags field.

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

O(number_of_fields) complexity.

uint64_t & flags ()

Getter for flags.

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

Setter for flags.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_storage_partitions::wire::PartitionsManagerAddPartitionRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_storage_partitions::wire::PartitionsManagerAddPartitionRequest>> && frame)

Records