template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 275 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::ClockNodeDescriptor 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_node_id ()
void clear_node_id ()
Clears the node_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & node_id ()
Getter for node_id.
BuilderImpl & node_id (uint32_t elem)
Setter for node_id.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
Getter for name.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for name.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_clockimpl::wire::ClockNodeDescriptor, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_clockimpl::wire::ClockNodeDescriptor>> && frame)