template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 168 of file fidling/gen/src/diagnostics/validator/logs/fidl/fuchsia.validate.logs/cpp/fidl/fuchsia.validate.logs/cpp/wire_types.h
Public Methods
::fuchsia_validate_logs::wire::ValidateResultsIteratorGetNextResponse 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_validate_logs::wire::ValidateResult & result ()
Getter for result.
BuilderImpl & result (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_validate_logs::wire::ValidateResult>> elem)
Setter for result.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_validate_logs::wire::ValidateResultsIteratorGetNextResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_validate_logs::wire::ValidateResultsIteratorGetNextResponse>> && frame)