template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2445 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h

Public Methods

::fuchsia_diagnostics::wire::SampleParameters Build ()

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

bool has_data ()
void clear_data ()

Clears the data field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_diagnostics::wire::SampleDatum> & data ()

The set of data to sample.

These samples will be batched by the intervals in each SampleDatum.

You should use `MAX_SAMPLE_PARAMETERS_PER_SET` to paginate inputs; it should

generally be well-sized for most selectors.

BuilderImpl & data (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_diagnostics::wire::SampleDatum>>> elem)

The set of data to sample.

These samples will be batched by the intervals in each SampleDatum.

You should use `MAX_SAMPLE_PARAMETERS_PER_SET` to paginate inputs; it should

generally be well-sized for most selectors.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_diagnostics::wire::SampleParameters, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_diagnostics::wire::SampleParameters>> && frame)

Records