template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 223 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/wire_types.h
Public Methods
::fuchsia_element::wire::Spec Build ()
Build and return the table. The builder should not be used after this.
bool has_component_url ()
void clear_component_url ()
Clears the component_url field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & component_url ()
The component URL of the element. Required.
BuilderImpl & component_url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The component URL of the element. Required.
bool has_annotations ()
void clear_annotations ()
Clears the annotations field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_element::wire::Annotation> & annotations ()
Initial annotations on the element. Required, but can be an empty vector. If the element
manager URL annotation is included (which is allowed, but not necessary), then it *must*
match `component_url`.
BuilderImpl & annotations (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_element::wire::Annotation>>> elem)
Initial annotations on the element. Required, but can be an empty vector. If the element
manager URL annotation is included (which is allowed, but not necessary), then it *must*
match `component_url`.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_element::wire::Spec, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_element::wire::Spec>> && frame)