template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 688 of file fidling/gen/sdk/fidl/fuchsia.hardware.hrtimer/fuchsia.hardware.hrtimer/cpp/fidl/fuchsia.hardware.hrtimer/cpp/wire_types.h
Public Methods
::fuchsia_hardware_hrtimer::wire::Properties Build ()
Build and return the table. The builder should not be used after this.
bool has_timers_properties ()
void clear_timers_properties ()
Clears the timers_properties field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_hardware_hrtimer::wire::TimerProperties> & timers_properties ()
Retrieves the supported timers properties.
Optional.
BuilderImpl & timers_properties (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_hrtimer::wire::TimerProperties>>> elem)
Retrieves the supported timers properties.
Optional.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_hrtimer::wire::Properties, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_hrtimer::wire::Properties>> && frame)