template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 650 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::ClockProperties Build ()
Build and return the table. The builder should not be used after this.
bool has_clock_id ()
void clear_clock_id ()
Clears the clock_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & clock_id ()
Getter for clock_id.
BuilderImpl & clock_id (uint32_t elem)
Setter for clock_id.
bool has_clock_name ()
void clear_clock_name ()
Clears the clock_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & clock_name ()
Getter for clock_name.
BuilderImpl & clock_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for clock_name.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_clockimpl::wire::ClockProperties, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_clockimpl::wire::ClockProperties>> && frame)