template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2718 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/cpp/fidl/fuchsia.ui.composition/cpp/wire_types.h
Public Methods
::fuchsia_ui_composition::wire::GetNextFrameArgs Build ()
Build and return the table. The builder should not be used after this.
bool has_event ()
void clear_event ()
Clears the event field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::event & event ()
The event that will signal when the requested frame has been rendered. Required.
BuilderImpl & event (::zx::event elem)
The event that will signal when the requested frame has been rendered. Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_composition::wire::GetNextFrameArgs, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_composition::wire::GetNextFrameArgs>> && frame)