template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2402 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Public Methods
::fuchsia_test_manager::wire::SuiteStoppedEventDetails Build ()
Build and return the table. The builder should not be used after this.
bool has_result ()
void clear_result ()
Clears the result field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_test_manager::wire::SuiteResult & result ()
The suite result. This field will always be provided.
BuilderImpl & result (::fuchsia_test_manager::wire::SuiteResult elem)
The suite result. This field will always be provided.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_test_manager::wire::SuiteStoppedEventDetails, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test_manager::wire::SuiteStoppedEventDetails>> && frame)