template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1264 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/wire_types.h

Public Methods

::fuchsia_component_sandbox::wire::DirReceiverReceiveRequest Build ()

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

bool has_channel ()
void clear_channel ()

Clears the channel field.

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

O(number_of_fields) complexity.

::zx::channel & channel ()

Getter for channel.

BuilderImpl & channel (::zx::channel elem)

Setter for channel.

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.

::fuchsia_io::wire::Flags & flags ()

Getter for flags.

BuilderImpl & flags (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_io::wire::Flags>> elem)

Setter for flags.

bool has_subdir ()
void clear_subdir ()

Clears the subdir field.

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

O(number_of_fields) complexity.

::fidl::StringView & subdir ()

Getter for subdir.

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

Setter for subdir.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_component_sandbox::wire::DirReceiverReceiveRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_sandbox::wire::DirReceiverReceiveRequest>> && frame)

Records