template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1433 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h
Public Methods
::fuchsia_sys2::wire::RouteError Build ()
Build and return the table. The builder should not be used after this.
bool has_summary ()
void clear_summary ()
Clears the summary field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & summary ()
A human-readable explanation of the routing error.
BuilderImpl & summary (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
A human-readable explanation of the routing error.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_sys2::wire::RouteError, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sys2::wire::RouteError>> && frame)