template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1028 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_types.h
Public Methods
::fuchsia_test::wire::StdHandles Build ()
Build and return the table. The builder should not be used after this.
bool has_out ()
void clear_out ()
Clears the out field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::socket & out ()
stdout handle.
BuilderImpl & out (::zx::socket elem)
stdout handle.
bool has_err ()
void clear_err ()
Clears the err field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::socket & err ()
stderr handle.
BuilderImpl & err (::zx::socket elem)
stderr handle.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_test::wire::StdHandles, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test::wire::StdHandles>> && frame)