template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1535 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/wire_types.h

Public Methods

::fuchsia_process_explorer::wire::OtherHandle Build ()

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

bool has_type ()
void clear_type ()

Clears the type field.

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

O(number_of_fields) complexity.

zx_obj_type_t & type ()

Getter for type.

BuilderImpl & type (zx_obj_type_t elem)

Setter for type.

bool has_koid ()
void clear_koid ()

Clears the koid field.

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

O(number_of_fields) complexity.

uint64_t & koid ()

Getter for koid.

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

Setter for koid.

bool has_related_koid ()
void clear_related_koid ()

Clears the related_koid field.

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

O(number_of_fields) complexity.

uint64_t & related_koid ()

Getter for related_koid.

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

Setter for related_koid.

bool has_peer_owner_koid ()
void clear_peer_owner_koid ()

Clears the peer_owner_koid field.

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

O(number_of_fields) complexity.

uint64_t & peer_owner_koid ()

Getter for peer_owner_koid.

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

Setter for peer_owner_koid.

bool has_handle_rights ()
void clear_handle_rights ()

Clears the handle_rights field.

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

O(number_of_fields) complexity.

zx_rights_t & handle_rights ()

Getter for handle_rights.

BuilderImpl & handle_rights (zx_rights_t elem)

Setter for handle_rights.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_process_explorer::wire::OtherHandle, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_process_explorer::wire::OtherHandle>> && frame)

Records