template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 844 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/wire_types.h

Public Methods

::fuchsia_hardware_clockimpl::wire::InitStep Build ()

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

bool has_id ()
void clear_id ()

Clears the id field.

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

O(number_of_fields) complexity.

uint32_t & id ()

The platform-specific clock ID that this step operates on.

This must be unset if `call` is of type `InitCall::delay` and must be set otherwise.

BuilderImpl & id (uint32_t elem)

The platform-specific clock ID that this step operates on.

This must be unset if `call` is of type `InitCall::delay` and must be set otherwise.

bool has_call ()
void clear_call ()

Clears the call field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_clockimpl::wire::InitCall & call ()

A call to make on this clock. This must be set.

BuilderImpl & call (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_clockimpl::wire::InitCall>> elem)

A call to make on this clock. This must be set.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_clockimpl::wire::InitStep, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_clockimpl::wire::InitStep>> && frame)

Records